+2
-5
.editorconfig
+2
-5
.editorconfig
···
5
5
indent_size = 4
6
6
end_of_line = lf
7
7
insert_final_newline = true
8
-
trim_trailing_whitespace=true
8
+
trim_trailing_whitespace = true
9
9
charset = utf-8
10
10
11
-
[*.{lua,vim}]
12
-
indent_size = 2
13
-
14
-
[*.{md,yml,yaml,toml}]
11
+
[*.{md,yml,yaml,toml,lua,vim}]
15
12
indent_size = 2
16
13
17
14
[*.go]