From 9e16484a22921ca6aa32072bd40258200211abdf Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 9 Apr 2025 20:24:49 +0200 Subject: [PATCH] fix: remove root=true so some settings are able to be overridden by users (tab width) --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4223e69..6018e1a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,3 @@ -root = true - [*] charset = utf-8 end_of_line = lf