From 73dbf119010fe5fe97836ea3dbe172f543d1fa7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Tue, 31 Dec 2019 13:39:27 +0100 Subject: [PATCH] Trim .editorconfig (#3678) --- .editorconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 197cb78962..c6c8b36219 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,10 +7,3 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true - -[*.md] -trim_trailing_whitespace = false - -[Makefile] -indent_style = tab -indent_size = 8