dnscontrol/.gitattributes
Tom Limoncelli 7fd6a74e0c
CLOUDFLAREAPI: CF_REDIRECT/CF_TEMP_REDIRECT should dtrt using Single Redirects (#3002)
Co-authored-by: Josh Zhang <jzhang1@stackoverflow.com>
2024-06-18 17:38:50 -04:00

34 lines
557 B
Plaintext

* text=auto
# Git itself
.gitattributes eol=lf
.gitigore eol=lf
OWNERS eol=lf
# dnscontrol files are unix line-endings:
*.md text eol=lf
*.js text eol=lf
*.json text eol=lf
*.yaml text eol=lf
*.zone text eol=lf
*.tsv text eol=lf
# shell scripts are unix line-endings:
*.sh text eol=lf
# powershell scripts are DOS line-endings:
*.ps1 text eol=crlf
*.nuspec text eol=crlf
# Go code are unix line-endings:
*.go text eol=lf
go.mod text eol=lf
go.sum text eol=lf
# Graphics are binary:
*.jpg binary
*.png
*.svg
pkg/cloudflare-go/.changelog text eol=crlf