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