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 spaces in empty maps etc. with config:
{format, [{ options, #{ spaces_around_fields => true } }]}.
will format empty map like
#{ }
I would like it to be formatted like:
#{}
I suppose it should be additional rule like: ignore_spaces_around_empty_data => true or similar.
ignore_spaces_around_empty_data => true
Regards, --V
The text was updated successfully, but these errors were encountered:
I think we can just fix spaces_around_fields… and get it to ignore empty maps/records.
spaces_around_fields
Sorry, something went wrong.
No branches or pull requests
Currently formatter add spaces in empty maps etc. with config:
will format empty map like
I would like it to be formatted like:
I suppose it should be additional rule like:
ignore_spaces_around_empty_data => true
or similar.Regards,
--V
The text was updated successfully, but these errors were encountered: