Files
Jonathan Martin 2b5d19872e v2.13.3
2024-12-02 12:52:20 -08:00

8 lines
334 B
Plaintext

# Use default line ending for Git (LF)
* text=auto
# Except in tools/vcpkg, as this dir contains patches that should retain their line endings.
tools/vcpkg/**/* -text
# Except in installer/windows/additional_files, as this dir contains *.inf files that should retain their line endings.
installer/windows/additional_files/**/* -text