Update editorconfig & formatting
This commit is contained in:
parent
bfd1d7c5ba
commit
e6f94b8e3b
3 changed files with 18 additions and 8 deletions
|
@ -4,5 +4,15 @@ root = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[{v.mod,*.v}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
tab_width = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.{yml,yaml,hcl,toml}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.{diff,md}]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
Loading…
Reference in a new issue