diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-18 13:11:45 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-18 13:11:45 +0100 |
| commit | 7ba39f866a3ab293ce81b5397c1e2975241919cb (patch) | |
| tree | e2292d94c7b83ede75c72fff61c4bffd5c8de3b3 /.editorconfig | |
| parent | 3b694a936c7138acc5eaca3da2ec528c2e8c0894 (diff) | |
style(): switch to tab and to lf
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 |
