summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorGravatar synzr <synzr@klo.pp.ru> 2026-07-01 21:04:31 +0500
committerGravatar synzr <synzr@klo.pp.ru> 2026-07-01 21:04:31 +0500
commit88f314ec66347db07bd97e67a24f45913233dee3 (patch)
tree61b0bd273224afa36f1a24674d6cfb3e1cb6f441 /.editorconfig
downloadxhorse-88f314ec66347db07bd97e67a24f45913233dee3.tar.gz
xhorse-88f314ec66347db07bd97e67a24f45913233dee3.tar.bz2
xhorse-88f314ec66347db07bd97e67a24f45913233dee3.zip
Initial commit
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..c1e2c64
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# EditorConfig is awesome: https://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true