From c4241c6fc803b8f0f4acb6fa7e571ef72c7aaef5 Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Thu, 30 Apr 2020 16:57:56 +0200 Subject: [PATCH] Add "root" property to editorconfig --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index a590d7dc9..068b2f7a9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] insert_final_newline = true