mirror of https://github.com/citusdata/citus.git
Fix editorconfig syntax (#3272)
The comma needs to be contained in curly braces otherwise it does not workpull/3196/head
parent
6174a4d3d6
commit
6340fc1171
|
@ -23,7 +23,7 @@ trim_trailing_whitespace = unset
|
||||||
insert_final_newline = unset
|
insert_final_newline = unset
|
||||||
trim_trailing_whitespace = unset
|
trim_trailing_whitespace = unset
|
||||||
|
|
||||||
[*.sql,*.sh]
|
[*.{sql,sh}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
|
|
Loading…
Reference in New Issue