mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
.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:
committed by
Tim Abbott
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
|
||||
|
Reference in New Issue
Block a user