mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
17 lines
323 B
Plaintext
17 lines
323 B
Plaintext
*.dmm eol=crlf
|
|
*.dm eol=crlf
|
|
*.dme eol=crlf
|
|
*.md eol=crlf
|
|
*.txt eol=crlf
|
|
*.html eol=crlf
|
|
#this breaks if its in crlf
|
|
code/__DEFINES/rust_g.dm eol=lf
|
|
|
|
|
|
# merger hooks, run tools/hooks/install.bat or install.sh to set up
|
|
*.dmm merge=dmm
|
|
*.dmi merge=dmi
|
|
|
|
# force changelog merging to use union
|
|
html/changelog.html merge=union
|