From f452cf5e2b969979854b685d6186ecee0e9e1aa7 Mon Sep 17 00:00:00 2001 From: IThundxr Date: Sun, 5 Jan 2025 10:40:26 -0500 Subject: [PATCH] chore(editorconfig): set root to true --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5a152af037..7ed58b100a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ # http://editorconfig.org -#root = true +root = true [*] indent_style = space