9 lines
230 B
Text
9 lines
230 B
Text
# Go services run on Linux; keep LF in the working tree on all platforms.
|
|
* text=auto eol=lf
|
|
*.go text eol=lf
|
|
*.mod text eol=lf
|
|
*.sum text eol=lf
|
|
*.py text eol=lf
|
|
*.yml text eol=lf
|
|
*.conf text eol=lf
|
|
Dockerfile text eol=lf
|