Rob Gordon
Rob Gordon
Switches use of `PreserveDanglingCloseParenthesis ` preference with `DanglingCloseParenthesis`
Currently, the boolean preference `PreserveDanglingCloseParenthesis` is used to determine how Scalariform handles dangling parenthesis'. Using this value limits how we can tell Scalariform to handle dangling parenthesis'. This value has...
This PR adds in a Junit5 Extension to easily use this great library when using JUnit5. The Extension `@ExtendWith(SnapshotMatcherExtension.class)` can be added at the class or individual test level. Once...