mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 02:52:47 +03:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Explicitly declare code/VS files as CRLF
|
|
*.cpp eol=crlf
|
|
*.cmd eol=crlf
|
|
*.h eol=crlf
|
|
*.inl eol=crlf
|