Use LF to match jQuery Styleguide

This commit is contained in:
Nick Schonning
2014-01-15 19:13:28 -05:00
parent 5a8159ae2b
commit 9c83cac3ed
2 changed files with 7 additions and 2 deletions

View File

@@ -5,7 +5,9 @@ root = true ; top-most EditorConfig file
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
end_of_line = lf

5
.gitattributes vendored
View File

@@ -1,2 +1,5 @@
# Auto detect text files and perform LF normalization
* text=auto
* text=auto
# JS files must stay in LF for JSCS/jQuery Styleguide
*.js eol=lf