Fix editorconfig syntax (#3272)

The comma needs to be contained in curly braces otherwise it does not work
pull/3196/head
Jelte Fennema 2019-12-06 17:05:04 +01:00 committed by GitHub
parent 6174a4d3d6
commit 6340fc1171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ trim_trailing_whitespace = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
[*.sql,*.sh]
[*.{sql,sh}]
indent_style = space
indent_size = 4
tab_width = 4