Skip to content

Commit

Permalink
Fixed syntax error in editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Nov 18, 2018
1 parent 18e3586 commit 0697b98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ indent_size = 4
[*.{js,scss,css}]
indent_size = 2

[.travis.yml,Jenkinsfile]
[.travis.yml]
indent_size = 2

[Jenkinsfile]
indent_size = 2

[*.{json}]
Expand Down

0 comments on commit 0697b98

Please sign in to comment.