travelm-agency
Version:
Generate type-safe accessors and decoders for your i18n files
20 lines (19 loc) • 502 B
Plain Text
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.css text
*.html text
*.elm text
*.js text
*.ts text
*.json text
*.properties text
*.sh text
*.ftl text
*.adoc text
*.md text
*.yml text