adding usual suspects for project root

This commit is contained in:
Kunal Dabir 2015-02-12 19:28:24 +05:30
parent 433f670a3f
commit d60b2fd47c
3 changed files with 19 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# http://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
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*~
.DS_Store
.idea