summaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-09 20:35:28 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-09 20:35:28 +0100
commit4e6fd1dd8c9762ea6543ec275fe57ca474f23d8f (patch)
tree39ec629f5b80beb10919677fd12d7b258aaa2e14 /.clang-format
parent26783733863f62c468a4c8cb2853badd54e30a39 (diff)
chore: codebase modernization and hygiene improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 3943f55..293ba4e 100644
--- a/.clang-format
+++ b/.clang-format
@@ -26,4 +26,4 @@ AlignConsecutiveDeclarations: true
AlignTrailingComments: true
FixNamespaceComments: true
IncludeIsMainRegex: '(Test)?$'
-SortUsingDeclarations: true
+SortUsingDeclarations: true \ No newline at end of file