Merge pull request #216 from thasmo/feature/line-endings

Normalize line-endings & remove trailing whitespaces.
This commit is contained in:
Gautham Warrier 2014-08-24 12:15:05 +05:30
commit 9ab6f4307a
3 changed files with 374 additions and 358 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{rb,sh,md,yaml},package.json]
indent_size = 2
[*.md]
trim_trailing_whitespace = false

1
.gitattributes vendored Normal file
View File

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