Fix syntax error in .editorconfig
This commit is contained in:
parent
1775fac5fd
commit
ce1eab7ede
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ indent_style = tab
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
*{.yaml,.yml}]
|
[*{.yaml,.yml}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue