Update editorconfig & formatting

This commit is contained in:
Manuel 2023-02-02 14:15:17 +01:00
parent bfd1d7c5ba
commit e6f94b8e3b
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
3 changed files with 18 additions and 8 deletions

View File

@ -4,5 +4,15 @@ root = true
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[{v.mod,*.v}]
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