Skip to content

Commit

Permalink
Merge pull request #424 from 090809/fix-editor-config
Browse files Browse the repository at this point in the history
fix(.editorconfig): added formatter for .json files
  • Loading branch information
shalvah authored Feb 6, 2022
2 parents 7a3d9fe + c897db8 commit 3321ed4
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 3321ed4

Please sign in to comment.