Skip to content

Commit

Permalink
Merge branch 'editorconfig' of https://github.com/clouless/anser into…
Browse files Browse the repository at this point in the history
… new-version
  • Loading branch information
IonicaBizau committed Mar 3, 2017
2 parents 534c23e + b28d754 commit a6478ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root=true

[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
trim_trailing_whitespace=true

[{*.css, *.scss, *.js, *.html, package.json, *.yml}]
indent_style=space
indent_size=4

[*.md]
trim_trailing_whitespace = false

0 comments on commit a6478ff

Please sign in to comment.