summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorRikki <i@rikki.moe>2025-05-26 14:25:17 +0800
committerRikki <i@rikki.moe>2025-05-26 14:25:17 +0800
commit818f6fdcfbfe296dab032af4023d98a1ac566fcf (patch)
treeb09da2a901c1c0e5c97ced1bddccf375b232fa08 /.editorconfig
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..a727df3
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# http://editorconfig.org
+root = true
+
+[*]
+indent_style = tab
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.yml]
+indent_style = space