From d57cbbe0988c0c6a30c9abfd438dfecfab1af1b4 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 14 Nov 2017 10:34:21 +0100 Subject: [PATCH] Fixed duplicate line in .editorconfig. This fixes MSVC 2017 crashes. See https://developercommunity.visualstudio.com/content/problem/95664/crash-on-edit-of-c-file.html --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index bd429ddbb32..e4d0fdd261e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,5 @@ [*] indent_style = space -insert_final_newline = true charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -- GitLab