зеркало из https://github.com/microsoft/go-infra.git
13 строки
601 B
Plaintext
13 строки
601 B
Plaintext
###############################################################################
|
|
# Set default behavior to automatically normalize line endings.
|
|
###############################################################################
|
|
* text=auto encoding=UTF-8
|
|
*.sh text eol=lf
|
|
# Always use LF for Go files to avoid CRLF issues with golangci-lint.
|
|
*.go text eol=lf
|
|
# Use LF for all testdata files to avoid CR affecting txtar, goldentest, etc.
|
|
**/testdata/** text eol=lf
|
|
# Use LF for all embedded markdown template files to avoid different results per
|
|
# platform and mismatching tests.
|
|
*.template.md text eol=lf
|