reformat .editorconfig config
This commit is contained in:
parent
cdb1cd05a3
commit
ebb10e9b90
1 changed files with 2 additions and 5 deletions
|
|
@ -8,10 +8,7 @@ insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
[*.{lua,vim}]
|
[*.{md,yml,yaml,toml,lua,vim}]
|
||||||
indent_size = 2
|
|
||||||
|
|
||||||
[*.{md,yml,yaml,toml}]
|
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.go]
|
[*.go]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue