Open theJian opened 6 years ago
@theJian can you elaborate?
I don't know if this is the same thing as @theJian is thinking about, but I am reading Web Development with ReasonML and I have this code:
switch (calcButton) {
| Some(element) =>
D.EventTarget.addClickEventListener(
calculate, Elem.asEventTarget(element))
| None => ()
};
I saw that the legacy reason plugin integrates with refmt
. Do we have anything like that for this plugin?
Can we have a default code indentation option for reasonML files?