From 98a5a63b5228d3eaba55d9833f454f08b925b774 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 15 May 2021 19:47:11 -0700 Subject: Fix .editorconfig so Emacs can open zip archives and docx again. See https://github.com/hlissner/doom-emacs/issues/5057 --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.editorconfig') 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 -- cgit v1.2.3