From 0c4e94a0f2f5a7c1d15789ebf9dd294ac209e877 Mon Sep 17 00:00:00 2001 From: javansolo Date: Sun, 12 Jun 2022 13:51:06 +0430 Subject: [PATCH] Update .editorconfig top-most EditorConfig file root = true conflict with .editorconfig main root my project --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 48542cb..3c6111f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,6 @@ ; This file is for unifying the coding style for different editors and IDEs. ; More information at http://editorconfig.org -root = true - [*] charset = utf-8 indent_size = 4