editorconfig: indent Kconfig files with tabs

Configure editors for indenting Kconfig* files with tabs.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2020-07-08 20:29:58 +02:00 committed by Anas Nashif
parent c4f7faea10
commit 736fcbec59
1 changed files with 4 additions and 0 deletions

View File

@ -69,3 +69,7 @@ indent_size = 8
# Git commit messages
[COMMIT_EDITMSG]
max_line_length = 72
# Kconfig
[Kconfig*]
indent_style=tab