Skip to content

Commit

Permalink
fix(.editorconfig): added formatter for .json files
Browse files Browse the repository at this point in the history
  • Loading branch information
090809 committed Feb 3, 2022
1 parent 7a3d9fe commit c897db8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2

[*.json]
indent_style = space
indent_size = 2

0 comments on commit c897db8

Please sign in to comment.