summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-01 10:13:37 +0800
committerLi Zhineng <[email protected]>2025-07-01 10:13:37 +0800
commit6c08d379ab4f1dbc879ab796553c7202f5d2e7b1 (patch)
treea503a817d187c7eb917ab5e77f45975acd4ca417
parent4050f344d63bc867ac24744ccbe49c161790f514 (diff)
downloadserver-6c08d379ab4f1dbc879ab796553c7202f5d2e7b1.tar.gz
server-6c08d379ab4f1dbc879ab796553c7202f5d2e7b1.zip
add .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