.editorconfig: Fix invalid brace patterns.

editorconfig does not support brace patterns with only one
alternative.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-07-02 21:39:18 -07:00 committed by Tim Abbott
parent d92af69a03
commit 0a08fdd072
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ insert_final_newline = true
indent_style = space
indent_size = 4
[*.{py}]
[*.py]
max_line_length = 110
[*.{js,ts}]
@ -20,6 +20,6 @@ max_line_length = 120
indent_style = space
indent_size = 2
[*.{cfg}]
[*.cfg]
indent_style = space
indent_size = 8