diff --git a/.editorconfig b/.editorconfig index 093b4c9..873470a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,8 +6,14 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.patch] -insert_final_newline = false +[Makefile] +indent_style = tab -[*.md,*.patch] +[*.patch] +trim_trailing_whitespace = false + +[*.md] +trim_trailing_whitespace = false + +[*.html] trim_trailing_whitespace = false