reason
reason copied to clipboard
indentation is a bit jarring with ## #= and anonymous function
This is what refmt gives me
great##runAllTests#=(
() => {
test1();
test2()
}
);
great##runAllTests
#= (
() => {
test1();
test2();
}
);
still not great