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:
parent
c4f7faea10
commit
736fcbec59
|
@ -69,3 +69,7 @@ indent_size = 8
|
|||
# Git commit messages
|
||||
[COMMIT_EDITMSG]
|
||||
max_line_length = 72
|
||||
|
||||
# Kconfig
|
||||
[Kconfig*]
|
||||
indent_style=tab
|
||||
|
|
Loading…
Reference in a new issue