本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
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 年之前
父節點
5e5c8c4e25
當前提交
b7402b4a5a
共有
1 個檔案被更改
,包括
7 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
.gitattributes
+ 7
- 0
.gitattributes
查看文件
@@ -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…
取消
儲存