Skip to content

Commit 736fcbe

Browse files
henrikbrixandersennashif
authored andcommitted
editorconfig: indent Kconfig files with tabs
Configure editors for indenting Kconfig* files with tabs. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
1 parent c4f7fae commit 736fcbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ indent_size = 8
6969
# Git commit messages
7070
[COMMIT_EDITMSG]
7171
max_line_length = 72
72+
73+
# Kconfig
74+
[Kconfig*]
75+
indent_style=tab

0 commit comments

Comments
 (0)