Skip to content

Commit

Permalink
Use spaces for JSON files, too
Browse files Browse the repository at this point in the history
Since package.json uses spaces already
  • Loading branch information
kasparsd authored and pereirinha committed Oct 6, 2020
1 parent 7fdf8a3 commit d656cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[*.yml]
[*.yml,*.json]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit d656cea

Please sign in to comment.