Files
boost-ci/.gitattributes
Mateusz Łoskot 0bf944aba9 Add configuration for Azure Pipelines (AzP)
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.
2019-05-09 16:07:28 -04:00

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