Skip to content

Commit

Permalink
editorconfig: indent Kconfig files with tabs
Browse files Browse the repository at this point in the history
Configure editors for indenting Kconfig* files with tabs.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
  • Loading branch information
henrikbrixandersen authored and nashif committed Jul 9, 2020
1 parent c4f7fae commit 736fcbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ indent_size = 8
# Git commit messages
[COMMIT_EDITMSG]
max_line_length = 72

# Kconfig
[Kconfig*]
indent_style=tab

0 comments on commit 736fcbe

Please sign in to comment.