From 085e4f6aa4e12d05727cb27974a5bae2bec6979c Mon Sep 17 00:00:00 2001 From: Andrei Lucaci Date: Fri, 19 Jan 2018 13:18:12 +0200 Subject: [PATCH] Deleted editorconfig file --- src/.editorconfig | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/.editorconfig diff --git a/src/.editorconfig b/src/.editorconfig deleted file mode 100644 index 6e87a00..0000000 --- a/src/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -# Editor configuration, see http://editorconfig.org -root = true - -[*] -charset = utf-8 -indent_style = space -indent_size = 2 -insert_final_newline = true -trim_trailing_whitespace = true - -[*.md] -max_line_length = off -trim_trailing_whitespace = false