This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: ensure Visual Studio and Bison files don't get their line endings
corrupted even when using git-svn with automatic conversion.
legacy
Sam Hocevar
sam
12 years ago
parent
5e5c8c4e25
commit
b7402b4a5a
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
.gitattributes
+ 7
- 0
.gitattributes
View File
@@ -1 +1,8 @@
# Visual Studio wants crlf
*.sln eol=crlf
*.csproj eol=crlf
*.vcxproj eol=crlf
# Vim doesn't like CRLF
*.vim -text
# Bison doesn't like CRLF
external/*/share/bison/* -text
Write
Preview
Loading…
Cancel
Save