diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/.editorconfig b/.editorconfig index 135ea6f..41c2aaf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,15 +1,9 @@ root = true -[*.{ts,tsx,json}] +[*] +indent_size = 2 +indent_style = space end_of_line = lf -insert_final_newline = true charset = utf-8 trim_trailing_whitespace = true -indent_style = space -indent_size = 2 -# max_line_length = 80 - -[*.md] -indent_style = space -indent_size = 2 -trim_trailing_whitespace = false +insert_final_newline = true
\ No newline at end of file |