Add .gitattributes with settings for Go

Removes git warnings about tabs in indentation for Go files.
This commit is contained in:
Julio Lopez
2019-10-30 23:32:14 -07:00
committed by Jarek Kowalski
parent b5c00941fd
commit 467c8d1e6f

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
*.go whitespace=trailing-space,space-before-tab,indent-with-non-tab
go.mod whitespace=trailing-space,space-before-tab,indent-with-non-tab