このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存