mirror of
https://github.com/kopia/kopia.git
synced 2025-12-23 22:57:50 -05:00
* Update .gitattributes for Go files - Mark go source files as text, with LF line ending. - Set git diff language mode for `*.go` files to `golang` * Add .gitattributes entry for Makefiles
5 lines
340 B
Plaintext
5 lines
340 B
Plaintext
*.go text eol=lf whitespace=trailing-space,space-before-tab,indent-with-non-tab diff=golang
|
|
go.mod text eol=lf whitespace=trailing-space,space-before-tab,indent-with-non-tab
|
|
go.sum text eol=lf whitespace=trailing-space,space-before-tab,indent-with-non-tab
|
|
Makefile text eol=lf whitespace=trailing-space,space-before-tab,indent-with-non-tab
|