mirror of
https://github.com/boostorg/boost-ci.git
synced 2026-01-19 16:12:12 +00:00
First stab at the common AzP configuration following the convention structure, build jobs and build steps as established by the existing configuration for Travis CI and AppVeyor.
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
# Set default behaviour, in case users don't have core.autocrlf set.
|
|
* text=auto !eol
|
|
*.gitattributes text eol=lf
|
|
|
|
# Scripts
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
*.py text eol=lf
|
|
*.sh text eol=lf
|