13 lines
496 B
Text
13 lines
496 B
Text
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
*.go diff=golang
|
|
|
|
go.sum linguist-generated merge=ours
|
|
/vendor/ linguist-vendored
|
|
|
|
*.md linguist-documentation text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
|
|
|
/.github export-ignore
|
|
/.woodpecker linguist-vendored export-ignore
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|