From 6340fc117181bc3f3c9146e2b5b72d61ea7a2aff Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Fri, 6 Dec 2019 17:05:04 +0100 Subject: [PATCH] Fix editorconfig syntax (#3272) The comma needs to be contained in curly braces otherwise it does not work --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 25739eba5..e1d32ac6a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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