summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 12:08:50 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 12:08:50 -0500
commitacab3c4d9e5181dbd16790b9e2eb787d30bd946f (patch)
treea4edb21d79cd4ac45e55a7736247d894b7c7f1ad
parent85ee44f72ee2b65656111a6749f3c6cea6ff33e4 (diff)
chore: new editorconfig.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--.editorconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ccd9646
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+root = true
+
+[*.{cc,hpp,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