We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we have a default code indentation option for reasonML files?
The text was updated successfully, but these errors were encountered:
@theJian can you elaborate?
Sorry, something went wrong.
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?
refmt
No branches or pull requests
Can we have a default code indentation option for reasonML files?
The text was updated successfully, but these errors were encountered: