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. 2
      .editorconfig

2
.editorconfig

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

Loading…
Cancel
Save