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

View file

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