Git/Misc
* force text files eol to \n
This commit is contained in:
parent
07e001ee9c
commit
b5c2f7a296
3 changed files with 51 additions and 41 deletions
10
.gitattributes
vendored
10
.gitattributes
vendored
|
|
@ -1,4 +1,14 @@
|
|||
* text=input
|
||||
|
||||
*.php text eol=lf
|
||||
*.js text eol=lf
|
||||
*.css text eol=lf
|
||||
*.sql text eol=lf
|
||||
aowow text eol=lf
|
||||
prQueue text eol=lf
|
||||
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.gif binary
|
||||
*.ttf binary
|
||||
*.swf binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue