Skip to content

Commit

Permalink
add editorconfig and gitattributes to add contributions
Browse files Browse the repository at this point in the history
should make it easier for the right things to happen magically
  • Loading branch information
mroth committed Feb 10, 2014
1 parent 16a165d commit ef7f018
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
@@ -0,0 +1,17 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]
indent_style = space
indent_size = 2

end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
* text=auto

0 comments on commit ef7f018

Please sign in to comment.