mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +02:00
scalafmt is configured to use lf, as your editor should be, so there is no point having git tinker with line endings otherwise on checkout on windows source files get converted to crlf (by git) and on compile they get converted back to lf (by scalafmt)
4 lines
180 B
Plaintext
4 lines
180 B
Plaintext
# Exclude contraband generated files from diff (by default - you can see it if you want)
|
|
**/contraband-scala/**/* -diff merge=ours
|
|
**/contraband-scala/**/* linguist-generated=true
|