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:
parent
0a4c6925b6
commit
98a5a63b52
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue