From 60ba6255f4e28e4ea313e50311ade6166f751bd8 Mon Sep 17 00:00:00 2001 From: Rudy Huyn Date: Sat, 9 Mar 2019 15:28:20 -0800 Subject: [PATCH] remove end-of-line setting --- src/.editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/.editorconfig b/src/.editorconfig index 9a13de81..602092c6 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