mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
# Autodetect text files
|
|
* text=auto
|
|
|
|
# Force the following filetypes to have unix eols, so Windows does not break them
|
|
*.pp text eol=lf
|
|
*.sh text eol=lf
|
|
*.yaml text eol=lf
|
|
Puppetfile text eol=lf
|
|
.bash_aliases text eol=lf
|
|
.vimrc text eol=lf
|