mirror of
https://github.com/Windscribe/Desktop-App.git
synced 2026-05-07 20:12:44 +00:00
8 lines
334 B
Plaintext
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
|