Skip to content

Commit 9b1a0e7

Browse files
stephanosionashif
authored andcommitted
editorconfig: Improve verbosity
This commit adds missing `indent_size` configurations for some file types. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 3a7cf87 commit 9b1a0e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.editorconfig

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ indent_size = 2
7575
# Makefile
7676
[Makefile]
7777
indent_style = tab
78+
indent_size = 8
7879

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

8889
# Kconfig
8990
[Kconfig*]
90-
indent_style=tab
91+
indent_style = tab
92+
indent_size = 8

0 commit comments

Comments
 (0)