aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-08 03:48:02 +0800
committerGitHub <noreply@github.com>2024-03-08 03:48:02 +0800
commit66a4282c35377a52b316223bf2ce04af1689a184 (patch)
treeb3e8dfbcb9390dc45cee9eafc6c52837172f154d
parent5bf87a14c01eaf188b7abb47b7e1222fc325c94c (diff)
downloadHydroRoll-66a4282c35377a52b316223bf2ce04af1689a184.tar.gz
HydroRoll-66a4282c35377a52b316223bf2ce04af1689a184.zip
Delete .editorconfig
-rw-r--r--.editorconfig36
1 files changed, 0 insertions, 36 deletions
diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 748ec59..0000000
--- a/.editorconfig
+++ /dev/null
@@ -1,36 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-[*.t]
-trim_trailing_whitespace = false
-
-[*.py]
-indent_size = 4
-
-[*.json]
-insert_final_newline = false
-
-[*.md]
-trim_trailing_whitespace = false
-
-[Makefile]
-indent_style = tab
-
-[{go.mod,go.sum,*.go}]
-indent_style = tab
-
-[nginx.conf]
-indent_size = 8
-
-[*.rs]
-# Keep in sync with rustfmt
-max_line_length = 100
-indent_size = 4