From 0f615faff93dc11101f6b730ce46c69f5390b94c Mon Sep 17 00:00:00 2001 From: Rudy Huyn Date: Sat, 9 Mar 2019 15:46:32 -0800 Subject: [PATCH] Remove end-of-line from .editorconfig (#239) * Add Editor config * reset sln * remove end-of-line setting --- src/.editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/.editorconfig b/src/.editorconfig index 9a13de8..602092c 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -4,7 +4,6 @@ root = true charset = utf-8-bom indent_style = space indent_size = 4 -end_of_line = crlf [*.{cpp,h}] insert_final_newline = true