Skip to content
New issue

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

Code indentation #3

Open
theJian opened this issue Jan 28, 2018 · 2 comments
Open

Code indentation #3

theJian opened this issue Jan 28, 2018 · 2 comments

Comments

@theJian
Copy link

theJian commented Jan 28, 2018

Can we have a default code indentation option for reasonML files?

@alexeygolev
Copy link

@theJian can you elaborate?

@AZanellato
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants