summaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
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 /.editorconfig
parent0fcdfc55f9ffef3d5b98768c104961e864c4bda2 (diff)
chore: new version of kernel, and new editor related files.
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..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