소스 검색

build: enforce Unix line endings for autotools files.

legacy
Sam Hocevar 4 년 전
부모
커밋
ffaac3a634
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      .gitattributes

+ 5
- 0
.gitattributes 파일 보기

@@ -15,6 +15,11 @@
# Vim doesn't like CRLF, even on Windows.
*.vim text eol=lf

# This allows autoconf/automake to work with the Linux subsystem
*.m4 text eol=lf
*.ac text eol=lf
*.am text eol=lf

# This is Windows-specific and should always have CRLF, or
# Visual Studio may misbehave.
*.sln text eol=crlf


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