diff --git a/.editorconfig b/.editorconfig index e62e4cc5fb808a28307c11f1c67a62473715a226..6c38934a77e1ec560be786aebcd2a56f95ea91c0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,7 @@ root = true charset = utf-8 insert_final_newline = true end_of_line = lf +indent_size = 2 indent_style = space max_line_length = 120 trim_trailing_whitespace = true