From 736fcbec5928fe1d18a661410b67d4576bb0e68d Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Wed, 8 Jul 2020 20:29:58 +0200 Subject: [PATCH] editorconfig: indent Kconfig files with tabs Configure editors for indenting Kconfig* files with tabs. Signed-off-by: Henrik Brix Andersen --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index ebf5280abca..07fc62990aa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -69,3 +69,7 @@ indent_size = 8 # Git commit messages [COMMIT_EDITMSG] max_line_length = 72 + +# Kconfig +[Kconfig*] +indent_style=tab