mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 12:34:11 +01:00
4 lines
169 B
Plaintext
4 lines
169 B
Plaintext
|
# Auto detect text files and perform LF normalization
|
||
|
* text=auto
|
||
|
# Disable autocrlf on generated files, they always generate with LF
|
||
|
src/generated/**/*.json text eol=lf
|