editorconfig: Improve verbosity

This commit adds missing `indent_size` configurations for some file
types.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-04-28 16:59:11 +09:00 committed by Anas Nashif
parent 3a7cf87821
commit 9b1a0e70bc
1 changed files with 3 additions and 1 deletions

View File

@ -75,6 +75,7 @@ indent_size = 2
# Makefile
[Makefile]
indent_style = tab
indent_size = 8
# Device tree
[*.{dts,dtsi,overlay}]
@ -87,4 +88,5 @@ max_line_length = 75
# Kconfig
[Kconfig*]
indent_style=tab
indent_style = tab
indent_size = 8