diff --git a/.editorconfig b/.editorconfig index f06c6c4..4197c03 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,8 @@ root = true # Common settings [*] end_of_line = lf -indent_style = tab +indent_style = space +indent_size = 4 charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true @@ -25,7 +26,6 @@ trim_trailing_whitespace = false # YAML documents [*.{yml,yaml}] indent_size = 2 -indent_style = space # Avoid git patch fail to apply due to stripped unmodified lines that contains only spaces [/.git/**]