summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-04 00:22:06 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-04 00:22:06 +0200
commit574e8debfc73a808aa69c7a7b1f4ed0093d8adc2 (patch)
tree40e79fb8a2e56703f2c2f33f06a98fffdf82415b /.editorconfig
Add editorconfig file
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 0000000..ea82bb0
--- /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