Add explicit editorconfig block for yaml
This commit is contained in:
parent
a28533a7ce
commit
e7d078fbdb
@ -14,3 +14,7 @@ quote_type = single
|
|||||||
curly_bracket_next_line = true
|
curly_bracket_next_line = true
|
||||||
spaces_around_operators = true
|
spaces_around_operators = true
|
||||||
spaces_around_brackets = true
|
spaces_around_brackets = true
|
||||||
|
|
||||||
|
[*.yml,*.yaml]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
charset = utf-8
|
|
||||||
trim_trailing_whitespace = false
|
|
||||||
insert_final_newline = false
|
|
Loading…
x
Reference in New Issue
Block a user