Skip to content

Commit

Permalink
Merge pull request powmedia#531 from glenpike/editor-config
Browse files Browse the repository at this point in the history
Add EditorConfig file and update CONTRIBUTING doc
  • Loading branch information
exussum12 authored Nov 7, 2016
2 parents 764553a + 53b657c commit 751a178
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace=true
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Pull Requests are happily accepted, provided that you add or update QUnit tests
## Development

Please set your editors to use spaces, rather than tabs, (2 spaces per tab) and trim empty lines if possible.
We have included an [EditorConfig](http://editorconfig.org/) file in the repository so you can configure
your favourite editor to use this.

If you want to run your tests, or open the ./tests/index.html page, or:

Expand Down

0 comments on commit 751a178

Please sign in to comment.