reason icon indicating copy to clipboard operation
reason copied to clipboard

indentation is a bit jarring with ## #= and anonymous function

Open bsansouci opened this issue 8 years ago • 1 comments

This is what refmt gives me

great##runAllTests#=(
                       () => {
                         test1();
                         test2()
                       }
                     );

bsansouci avatar Oct 28 '17 06:10 bsansouci

great##runAllTests
#= (
     () => {
       test1();
       test2();
     }
   );

still not great

anmonteiro avatar Jul 21 '24 05:07 anmonteiro