mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
8 lines
168 B
Text
8 lines
168 B
Text
# 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
|