Skip to content

Commit

Permalink
Add editorconfig override for files needing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveAndCoding committed Nov 22, 2017
1 parent 70ae87e commit dd877f8
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 dd877f8

Please sign in to comment.