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

how to set to format indent macro ifdef? #1032

Open
iclodq opened this issue May 9, 2024 · 0 comments
Open

how to set to format indent macro ifdef? #1032

iclodq opened this issue May 9, 2024 · 0 comments

Comments

@iclodq
Copy link

iclodq commented May 9, 2024

-ifdef(tag, gat).
    -define(MM,ok).
    %% some other define
-endif.

after formated,
the code is

-ifdef(tag, gat).
-define(MM,ok).
%% some other define
-endif.

so , how do I set up to get the first style in idea-erlang ?

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

1 participant