summaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-11 18:09:10 +0800
committerLi Zhineng <[email protected]>2025-07-11 18:09:10 +0800
commitb8b44d62fdfd6a690885bdd6ad7b76a97764b2ff (patch)
treeb69cccfc6805e5491db3ee4b7550d77ac001cee6 /.editorconfig
parentd7016f285fbef4b45650043ddbcea0da68d8a64c (diff)
downloadsetup-b8b44d62fdfd6a690885bdd6ad7b76a97764b2ff.tar.gz
setup-b8b44d62fdfd6a690885bdd6ad7b76a97764b2ff.zip
wip
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ee51031
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 2
+end_of_line = lf
+insert_final_newline = true