diff options
-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 |