mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
Add `apiDiffContextSize` option to `IncOptions` which allows one to control the size (in lines) of a context used when printing diffs for textual API representation. The default value for `apiDiffContextSize` is 5 which seems to be enough for most situations. This is verified by many debugging sessions I performed when using api diffing functionality.