From c54e22ad644935b738207b7c99d94b77c4748d43 Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 23 Mar 2017 07:51:09 +0300 Subject: [PATCH] Don't enforce non-native end_of_line in editorconfig --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index aaaa7a4b..690f0125 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,6 @@ root = true indent_style = space indent_size = 2 tab_width = 2 -end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true