Quellcode durchsuchen

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 vor 12 Jahren
Ursprung
Commit
b7402b4a5a
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. +7
    -0
      .gitattributes

+ 7
- 0
.gitattributes Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern