Skip to content

Commit

Permalink
Merge pull request #41 from BlinkUX/editorconfig
Browse files Browse the repository at this point in the history
Add editorconfig override for files needing spaces
  • Loading branch information
LoveAndCoding committed Nov 22, 2017
2 parents 594b4e2 + dd877f8 commit a835177
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 @@ -6,3 +6,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true

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

0 comments on commit a835177

Please sign in to comment.