summaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 11:59:17 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 11:59:17 -0500
commit51d3d641755f6a6275636ef8499f99715c679fb7 (patch)
tree03ece97f35cb7f4c7c2af12c9affa31fb4c1bb3c /.editorconfig
parent4b74af25b0f36175f3a494e6cfa79893f0b8613f (diff)
chore: new editorconfig and fixed CMakeLists.txt
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..5ab5d39
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+root = true
+
+[*.{cc,h,inl}]
+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