From 9b1a0e70bce0e11330b65040b7aaa36cc664025c Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Thu, 28 Apr 2022 16:59:11 +0900 Subject: [PATCH] editorconfig: Improve verbosity This commit adds missing `indent_size` configurations for some file types. Signed-off-by: Stephanos Ioannidis --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index be697ae970f18b..988cb95f5e42ea 100644 --- a/.editorconfig +++ b/.editorconfig @@ -75,6 +75,7 @@ indent_size = 2 # Makefile [Makefile] indent_style = tab +indent_size = 8 # Device tree [*.{dts,dtsi,overlay}] @@ -87,4 +88,5 @@ max_line_length = 75 # Kconfig [Kconfig*] -indent_style=tab +indent_style = tab +indent_size = 8