mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
12 lines
298 B
Text
12 lines
298 B
Text
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# These files are text and should be normalized (convert crlf > lf)
|
|
*.hbs text eol=lf
|
|
*.js text eol=lf
|
|
*.html text eol=lf
|
|
*.go text eol=lf
|
|
*.sql text eol=lf
|
|
*.scss text eol=lf
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|