From f4e2a5771d6335d0148639acc7067acfed08beec Mon Sep 17 00:00:00 2001 From: Yash Raj Date: Sat, 8 Aug 2026 16:28:42 +0530 Subject: [PATCH] style(editorconfig): define root property in root .editorconfig --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index dc564daa7a0..b6897373277 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] end_of_line = lf charset = utf-8