From 1462a2bc0fbca42877d66b1df48307e39c328caa Mon Sep 17 00:00:00 2001 From: Victor Uriarte Date: Thu, 22 Dec 2016 22:18:58 -0700 Subject: Update editorconfig Make Linux friendly --- .editorconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6fa8b7b..ca1e615 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true [*] indent_style = space indent_size = 4 -end_of_line = crlf +end_of_line = lf charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true @@ -18,6 +18,3 @@ trim_trailing_whitespace = true [{Makefile,*.bat}] indent_style = tab - -[*.md] -trim_trailing_whitespace = false -- cgit v1.2.1