diff options
author | Azat Bahawi <azahi@teknik.io> | 2020-10-10 13:24:39 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2020-10-10 13:24:39 +0300 |
commit | 2af5343f1cac5241cc1b0b066c89af70dfa3021a (patch) | |
tree | 24b92b8c115594445c91576101ffd113dac226e9 /.editorconfig | |
parent | x11-misc/xbanish: Add package (diff) |
Update .editorconfig
Add more flexibility for non-ebuild and non-xml files.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
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 |