summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:31:59 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:31:59 +0200
commitf25661df2508980d84157b6d99369602c8b241b8 (patch)
treeda3d65ecb7533cf5f857271c72b32468a0cd3285 /.editorconfig
parentf62adf7ff2d9a31dcab6e8883b206c0347f45b02 (diff)
Init commit
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..ea82bb0e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+# See documentation at: http://editorconfig.org
+
+root = true
+
+[*]
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = space
+indent_size = 2