mirror of https://github.com/zulip/zulip.git
.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:
parent
d92af69a03
commit
0a08fdd072
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue