mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
894b917016
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.
5 lines
99 B
Plaintext
5 lines
99 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
*.go eol=lf
|