ui: Add .gitattributes to force LF for shaders

This commit is contained in:
Matt Borgerson 2020-03-12 04:52:04 -07:00
parent 25e23030ec
commit 03e1d6993c
1 changed files with 2 additions and 0 deletions

2
ui/shader/.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.vert text eol=lf
*.frag text eol=lf