Fix .editorconfig so Emacs can open zip archives and docx again.

See https://github.com/hlissner/doom-emacs/issues/5057
This commit is contained in:
John MacFarlane 2021-05-15 19:47:11 -07:00
parent 0a4c6925b6
commit 98a5a63b52

View file

@ -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