mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Disable git's CRLF-conversion feature
There are test files that purposefully use CR line-endings.
This commit is contained in:
parent
964dd16812
commit
96a2b05289
|
|
@ -7,6 +7,9 @@ branches:
|
|||
platform:
|
||||
- x86
|
||||
|
||||
init:
|
||||
- git config --global core.autocrlf false
|
||||
|
||||
install:
|
||||
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
|
||||
- script\configure.cmd
|
||||
|
|
|
|||
Loading…
Reference in a new issue