From f73255c1be4f079939512e5ded6e31d98c041776 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 13:34:26 +0200 Subject: [PATCH] editorconfig: correct indent size --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a3966328353..691643adebe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = space -indent_size = 4 +indent_size = 2 max_line_length = 99 # CMake & Text