chore: fix format config
This commit is contained in:
parent
cc4b8def32
commit
424c76f509
@ -4,4 +4,7 @@ charset = utf-8-bom
|
|||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.{yml,yaml}]
|
||||||
|
indent_size = 2
|
Loading…
Reference in New Issue
Block a user