diff --git a/.editorconfig b/.editorconfig index 8c11ba9..9bc03af 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ -[*] +[*.*] tab_width = 2 +indent_size = 1 indent_style = tab charset = utf-8 -max_line_length = 80 \ No newline at end of file +max_line_length = 160 \ No newline at end of file