summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2020-10-10 13:24:39 +0300
committerAzat Bahawi <azahi@teknik.io>2020-10-10 13:24:39 +0300
commit2af5343f1cac5241cc1b0b066c89af70dfa3021a (patch)
tree24b92b8c115594445c91576101ffd113dac226e9 /.editorconfig
parentx11-misc/xbanish: Add package (diff)
Update .editorconfig
Add more flexibility for non-ebuild and non-xml files.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 39f014a..9bf2f6a 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,13 +3,13 @@ root = false
 [*]
 charset = utf-8
 end_of_line = lf
-indent_size = 4
-indent_style = space
 insert_final_newline = true
 trim_trailing_whitespace = true
 
 [*.ebuild]
+indent_size = 4
 indent_style = tab
 
 [*.xml]
+indent_size = 4
 indent_style = tab

Consider giving Nix/NixOS a try! <3