indent_size is the width in spaces, we use tabs.
tab_width would be the tab width in spaces, but there is no reason to force 
this.

Signed-off-by: Paul Zander <negril.nx+gen...@gmail.com>
---
 .editorconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index dc1d5587a8b..04a69b17304 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,9 +8,8 @@ charset = utf-8
 end_of_line = lf
 insert_final_newline = true
 indent_style = tab
-indent_size = 4
 trim_trailing_whitespace = true
-#max_line_length = 80
+# max_line_length = 80
 
 [*.patch]
 trim_trailing_whitespace = false
-- 
2.45.0


Reply via email to