소스 검색

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 13 년 전
부모
커밋
b7402b4a5a
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +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

불러오는 중...
취소
저장