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:
parent
3a7cf87821
commit
9b1a0e70bc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue