diff --git a/.editorconfig b/.editorconfig index 0ac22f0..ba752cc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,9 @@ root = true [*] -indent_style=tab -indent_size=tab -tab_width=4 +indent_style=space +indent_size = 4 end_of_line=lf charset=utf-8 trim_trailing_whitespace=true max_line_length=120 insert_final_newline=true -