mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
gitattributes (maybe).
This commit is contained in:
parent
2f905c0864
commit
e97ddc25db
9
.gitattributes
vendored
Normal file
9
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
* 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
|
||||
Loading…
Reference in a new issue