summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 3d2ef7fa73462d2d7d143fe14d888482e214344b (plain)
1
2
3
4
5
6
7
8
9
10
11
*           text=auto whitespace=blank-at-eol,tab-in-indent,trailing-space,tabwidth=2

*.bat       text eol=crlf
*.sh        text eol=lf

*.sln       text eol=crlf -whitespace
*.csproj    text eol=crlf -whitespace merge=union
*.vcxproj   text eol=crlf -whitespace merge=union
*.props     text eol=crlf -whitespace merge=union

src/**/shaders/bytecode/** linguist-generated=true