aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-18 13:11:45 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-18 13:11:45 +0100
commit7ba39f866a3ab293ce81b5397c1e2975241919cb (patch)
treee2292d94c7b83ede75c72fff61c4bffd5c8de3b3 /.editorconfig
parent3b694a936c7138acc5eaca3da2ec528c2e8c0894 (diff)
style(): switch to tab and to lf
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig7
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