Revision f2ba19253d09786982ecfc913c11a5ed0806555f authored by Andrew Scott on 29 March 2023, 22:36:27 UTC, committed by Andrew Scott on 29 March 2023, 22:41:24 UTC
1 parent cbe6807
Raw File
.gitattributes
# Auto detect text files and perform LF normalization
* text=auto

# JS and TS files must always use LF for tools to work
*.js eol=lf
*.ts eol=lf
back to top