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 6d4b8c2..886d72a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,7 @@ [*] -end_of_line = crlf
\ No newline at end of file +end_of_line = lf +indent_style = tab +ij_smart_tabs = true + +[*.json] +tab_width = 2
\ No newline at end of file |
