From 7817ebe14e236eec069a16abbc16fc9d07e0913d Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Wed, 3 Mar 2021 16:23:48 +0000 Subject: [PATCH] JAL-3826 added root=true to editorconfig for IntelliJ --- src/.editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.editorconfig b/src/.editorconfig index cfb3047..b25ccec 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] charset = utf-8 end_of_line = lf -- 1.7.10.2