diff --git a/.editorconfig b/.editorconfig index 762b67e9883..e9b8f78b0e5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ indent_size = 2 [Makefile] indent_style = tab -# Matches the exact files either package.json or .travis.yml -[{package.json,.travis.yml}] +# Matches .json files or the exact file .travis.yml +[{*.json,.travis.yml}] indent_style = space indent_size = 2