You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
265 B
13 lines
265 B
8 years ago
|
#Ensure the markdown uses lf
|
||
|
*.markdown text eol=lf
|
||
|
*.js text eol=lf
|
||
|
*.json text eol=lf
|
||
|
*.lock text eol=lf
|
||
|
*.md text eol=lf
|
||
|
*.html text eol=lf
|
||
|
*.php text eol=lf
|
||
|
*.yml text eol=lf
|
||
|
*.xml text eol=lf
|
||
|
*.dist text eol=lf
|
||
|
.gitattributes text eol=lf
|
||
7 years ago
|
.gitignore text eol=lf
|