* [PATCH] .editorconfig: Respect .editorconfig settings from parent directories
@ 2025-12-17 4:23 Kevin Hao
0 siblings, 0 replies; only message in thread
From: Kevin Hao @ 2025-12-17 4:23 UTC (permalink / raw)
To: linux-kernel
Cc: Kevin Hao, Íñigo Huguet, Danny Lin,
Mickaël Salaün, Masahiro Yamada, Andrew Morton
Setting 'root' to 'true' prevents the editor from searching for other
.editorconfig files in parent directories. However, a common workflow
involves generating a patch with 'git format-patch' and opening it in
an editor within the kernel source directory. In such cases, we want
any specific settings for patch files defined in an .editorconfig
located above the kernel source directory to remain effective.
Therefore, remove the 'root' setting from the kernel .editorconfig.
Signed-off-by: Kevin Hao <haokexin@gmail.com>
---
Cc: Íñigo Huguet <ihuguet@redhat.com>
Cc: Danny Lin <danny@kdrag0n.dev>
Cc: Mickaël Salaün <mic@digikod.net>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
---
.editorconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/.editorconfig b/.editorconfig
index 29a30ccfc07bf2019cc05613c67ed35e02af6490..b5ea32b6954b9ae16b792a397b999da1eab6f95f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
-root = true
-
[{*.{awk,c,dts,dtsi,dtso,h,mk,s,S},Kconfig,Makefile,Makefile.*}]
charset = utf-8
end_of_line = lf
---
base-commit: 563c8dd425b59e44470e28519107b1efc99f4c7b
change-id: 20251217-editconfig-d600eb4d7152
Best regards,
--
Kevin Hao <haokexin@gmail.com>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-17 4:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-17 4:23 [PATCH] .editorconfig: Respect .editorconfig settings from parent directories Kevin Hao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®