Skip to content

Commit

Permalink
editorconfig: Improve verbosity
Browse files Browse the repository at this point in the history
This commit adds missing `indent_size` configurations for some file
types.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio authored and nashif committed Apr 28, 2022
1 parent 3a7cf87 commit 9b1a0e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ indent_size = 2
# Makefile
[Makefile]
indent_style = tab
indent_size = 8

# Device tree
[*.{dts,dtsi,overlay}]
Expand All @@ -87,4 +88,5 @@ max_line_length = 75

# Kconfig
[Kconfig*]
indent_style=tab
indent_style = tab
indent_size = 8

0 comments on commit 9b1a0e7

Please sign in to comment.