Commit Graph

4 Commits

Author SHA1 Message Date
Eugene Yokota 2396b449fe Contraband 0.4.6 2020-04-24 17:44:15 -04:00
OlegYch f44e4bb1e9 remove gittatributes, assume core.autocrlf=false
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)
2018-06-26 17:38:05 +03:00
Dale Wijnand 843210598b
Exclude contraband generated files from diff by default
In both local git diff and GitHub diff you can still see the diff if you
want. This is just to remove the noise by default.
2017-12-14 12:25:49 +00:00
cheeseng 5df0deacf0 Added .gitattributes file. 2013-04-25 00:06:51 +08:00