aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorHu Jun <[email protected]>2025-03-08 14:28:53 -0800
committerHu Jun <[email protected]>2025-03-08 14:28:53 -0800
commitaae8e193d1d01538cb04b9768a722ea18d8aed44 (patch)
tree86ee3a2a7b9c9da6756973ebd67f4956846c60f1 /.editorconfig
parent1118d46dfe34c2d77aee04d819315a21942aa444 (diff)
parent5ca813443bd2a4d9f46a253ea0407d23b3790713 (diff)
Merge remote-tracking branch 'upstream/master'
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..4492e9f
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.go]
+indent_style = tab