mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
16 lines
244 B
Plaintext
16 lines
244 B
Plaintext
# Default
|
|
* text=auto
|
|
|
|
# Mandate conversion to LF (unix) line endings.
|
|
*.js text eol=lf
|
|
*.css text eol=lf
|
|
*.html text eol=lf
|
|
*.md text eol=lf
|
|
*.py text eol=lf
|
|
|
|
# Binary files so don't modify
|
|
*.ico binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.xlsx binary
|