diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 8f5b671..af4784b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ trim_trailing_whitespace = true end_of_line = lf insert_final_newline = true -[*.(py|rs)] +[*.{py,rs}] indent_size = 4 [Makefile] |
