summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLishid <lishid@gmail.com>2022-08-22 13:40:55 -0400
committerlishid <lishid@gmail.com>2022-08-22 14:12:05 -0400
commit773b0c5ca9799e273e2c6f86445242ba2993bbc7 (patch)
tree18ed974caec7ee0b82bbbe0ccc60733cd14bc996 /.editorconfig
Initial commit
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..5fd185c
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# top-most EditorConfig file
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+indent_size = 4
+tab_width = 4 \ No newline at end of file