diff --git a/.editorconfig b/.editorconfig index 021f717..cde0e92 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] indent_style = tab +indent_size = 4 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true @@ -10,4 +11,4 @@ charset = utf-8 [{bower.json,package.json,.travis.yml}] indent_style = space -indent_size = 2 \ No newline at end of file +indent_size = 2