Browse Source

editorconfig: Improve verbosity

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

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
pull/45220/head
Stephanos Ioannidis 3 years ago committed by Anas Nashif
parent
commit
9b1a0e70bc
  1. 4
      .editorconfig

4
.editorconfig

@ -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}]
@ -87,4 +88,5 @@ max_line_length = 75
# Kconfig # Kconfig
[Kconfig*] [Kconfig*]
indent_style=tab indent_style = tab
indent_size = 8

Loading…
Cancel
Save