summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-23 17:35:38 +0800
committerLi Zhineng <[email protected]>2025-07-23 17:35:38 +0800
commit45d2b6ad1d490817edb98df933779b19753a2e48 (patch)
tree1fa187ae3f765753285f3587c928a6feec07e228 /.editorconfig
downloadwave-45d2b6ad1d490817edb98df933779b19753a2e48.tar.gz
wave-45d2b6ad1d490817edb98df933779b19753a2e48.zip
first commit
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..f6fcd03
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+# EditorConfig is awesome: https://editorconfig.org
+
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+trim_trailing_whitespace=true
+indent_style = space
+indent_size = 2