fix: editorconfig
This commit is contained in:
parent
2466ad6d97
commit
24a548366e
|
@ -7,3 +7,6 @@ end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.{yaml,toml}]
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue