diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index f666140..a1c77bf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,12 @@ [*] charset = utf-8 end_of_line = lf -indent_size = 2 indent_style = space insert_final_newline = true max_line_length = 120 + +[{*.ts,*.tsx}] +indent_size = 2 + +[{*.py,*.pyi}] +indent_size = 4 |
