summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 09:00:06 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 09:00:06 -0500
commit7a36305492d233894c787ac392667b25b8e4ffb7 (patch)
treec567f78dd370023c919a66cdbb46ba7398ae73e9
parent0fcdfc55f9ffef3d5b98768c104961e864c4bda2 (diff)
chore: new version of kernel, and new editor related files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--.clang-format29
-rw-r--r--.editorconfig16
m---------src/kernel0
3 files changed, 45 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..3943f55
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,29 @@
+BasedOnStyle: Google
+IndentWidth: 2
+TabWidth: 2
+UseTab: Never
+ColumnLimit: 100
+DerivePointerAlignment: false
+PointerAlignment: Left
+AllowShortFunctionsOnASingleLine: Inline
+AllowShortIfStatementsOnASingleLine: true
+AllowShortLoopsOnASingleLine: true
+SortIncludes: true
+IncludeBlocks: Preserve
+SpaceAfterCStyleCast: true
+SpaceBeforeParens: ControlStatements
+SpacesInAngles: false
+SpacesInContainerLiterals: true
+SpacesInParentheses: false
+SpacesInSquareBrackets: false
+BreakBeforeBraces: Attach
+ConstructorInitializerAllOnOneLineOrOnePerLine: true
+Cpp11BracedListStyle: true
+NamespaceIndentation: Inner
+ReflowComments: true
+AlignConsecutiveAssignments: true
+AlignConsecutiveDeclarations: true
+AlignTrailingComments: true
+FixNamespaceComments: true
+IncludeIsMainRegex: '(Test)?$'
+SortUsingDeclarations: true
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ef6cea0
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+root = true
+
+[*.{cpp,hpp}]
+indent_size = 4
+tab_width = 4
+indent_style = space
+
+[*.{pro,pri}]
+indent_size = 4
+tab_width = 4
+indent_style = space
+
+[*.{md,markdown}]
+indent_size = 2
+tab_width = 2
+indent_style = space
diff --git a/src/kernel b/src/kernel
-Subproject 83ff96c5dc20d7639c3c4a6ee40e93bff941681
+Subproject 9c833ecbc36b04d0a5ad98808d7d97bd9151752