aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.editorconfig
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-10 06:43:01 +0800
committer简律纯 <i@jyunko.cn>2024-03-10 06:43:01 +0800
commitd8cf58e2bfe403267e0eed7cd39784654207ebc2 (patch)
tree55aaef46cbed389a2e2807affceadd25efbdf7bf /.editorconfig
parente2c9fe71fd6133f9c97943cd6c7d664a73e94ab0 (diff)
parent781c6e6b53b04fab7b7e4dded1159bbec15f4706 (diff)
downloadHydroRoll-d8cf58e2bfe403267e0eed7cd39784654207ebc2.tar.gz
HydroRoll-d8cf58e2bfe403267e0eed7cd39784654207ebc2.zip
Merge branch 'main' of https://github.com/HydroRoll-Team/HydroRoll
Diffstat (limited to '.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