From 8f64d8d70cefec52fd3a23bc4118aa2a1404e1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 18 Jan 2019 13:16:59 +0100 Subject: [PATCH] correction of editorconfig for *.js and *.less --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2305dd4b32..5a35b71ce6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -38,4 +38,3 @@ csharp_prefer_braces = false : none [*.{js,less}] trim_trailing_whitespace = false -insert_final_newline = false