diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-21 00:22:11 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-21 00:22:11 +0200 |
| commit | 2a70505c14f490d060d49af6a0175b39dbdd537c (patch) | |
| tree | d000639adb25534110ea491c30d69e8fc5c4641d | |
| parent | 65a96379ec98ce48b7b35a6875727694346710ba (diff) | |
Fix editorconfig syntax for python and rust
| -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] |
