diff options
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 4eaaa8c44..c9b4e4e4f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,14 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +[*.{zip,docx}] +charset = +end_of_line = +indent_style = +indent_size = +insert_final_newline = +trim_trailing_whitespace = + [*.{markdown,md}] trim_trailing_whitespace = false |