Files
Christian Bourjau 293ad621a2 Run lints also on Windows (#8014)
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>
2026-06-01 16:46:18 +02:00

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