Trim .editorconfig (#3678)

This commit is contained in:
Zlatan Vasović
2019-12-31 13:39:27 +01:00
committed by GitHub
parent db65c5bfb4
commit 73dbf11901

View File

@@ -7,10 +7,3 @@ end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
indent_size = 8