diff --git a/.editorconfig b/.editorconfig index 45b3d0f..eea8f78 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,9 +8,3 @@ charset = utf-8 insert_final_newline = true indent_style = space trim_trailing_whitespace = true - -# Matches the exact files either package.json or .travis.yml -[{package.json,.travis.yml}] -indent_style = space -indent_size = 2 -