summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2024-07-07 10:30:51 +0800
committerLi Zhineng <[email protected]>2024-07-07 10:30:51 +0800
commit47584608774060d1674f92ab74389b4c696bee12 (patch)
tree550cd730d9c92302c71d36c2ca39f620c63a37d4 /.editorconfig
parent8b92ae20b5ca4fc72bc1ed7d240da115c8856473 (diff)
downloadchina-unicom-iptv-gd-47584608774060d1674f92ab74389b4c696bee12.tar.gz
china-unicom-iptv-gd-47584608774060d1674f92ab74389b4c696bee12.zip
initialize editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..739afee
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+# EditorConfig is awesome: https://editorconfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.sh]
+charset = utf-8
+indent_style = space
+indent_size = 2