chore: fix format config
This commit is contained in:
parent
cc4b8def32
commit
424c76f509
@ -5,3 +5,6 @@ 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