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
Currently, formatter add new like and try keep braces at the same like with items, fields: Record
-record(z_msg_v1, {qos = 0 :: 0 | 1 | 2, dup = false :: boolean() }
Maps
-define(xxx, #{ a => 1 b => 2 }).
I would like it to be formatted like: Record
-record(z_msg_v1, { qos = 0 :: 0 | 1 | 2, dup = false :: boolean() }
I suppose it would be great to add additional rule like: keep_braces_at_line => true or similar.
keep_braces_at_line => true
Regards, --V
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, formatter add new like and try keep braces at the same like with items, fields:
Record
Maps
I would like it to be formatted like:
Record
Maps
I suppose it would be great to add additional rule like:
keep_braces_at_line => true
or similar.Regards,
--V
The text was updated successfully, but these errors were encountered: