Open chenglou opened 6 years ago
the following code:
let t =
<Parent>
// a
React.null
// b
<ElementThatNeedsComment />
// c
</Parent>;
gets refmt'd into:
let t =
<Parent>
React.null
// b
<ElementThatNeedsComment />
</Parent>;
// c
// a
refmt as: