293ad621a2
Running our linter-tooling on Windows has revealed a few issues. This PR fixes those and adds a CI job that runs the linters on Windows for the time being. Related to #8011 --------- Signed-off-by: Christian Bourjau <christian.bourjau@quantco.com>
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
# Set the default behavior
|
|
* text=auto eol=auto
|
|
*.bat text eol=crlf
|
|
# Shell scripts must keep LF endings on all platforms; a CRLF checkout breaks
|
|
# shellcheck (SC1017) and execution under Unix shells.
|
|
*.sh text eol=lf
|
|
*.pb -linguist-detectable
|