opentofu/.gitattributes
Liam Bennett 894b917016 Adding in root level .gitattributes file.
This is to pin the .go files to LF line endings.

Developing on windows and using the vagrant environment to build,
running `make fmt` will cause all the *.go files to be touched,
alterting their line endings and causing git to see them as changed.
2017-02-03 15:14:31 +00:00

5 lines
99 B
Plaintext

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
*.go eol=lf