-
Notifications
You must be signed in to change notification settings - Fork 4
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
2.0 upgrade add spaces in ranges #26
Comments
hello, Range formatter only works when you select a range of code. And the v2 version will only add one space at the beginning and the end. What you want is |
Hello, Yes this is exactly what I would like to do |
Hello, the version 2.4.0 has been released which contains a new option Set to |
Thank you very much, it works perfectly. |
Hello,
First of all thank you for this nice formatter which format my list as I want (not like prettier)
Between version 1.1.0 and 2.0.0 you added the range formatter, is it possible to disable it?
With 1.1.0
valid_http_versions: [ "HTTP/1.1", "HTTP/2.0" ]
With 2.0.0
valid_http_versions: [ "HTTP/1.1", "HTTP/2.0" ]
I don't want to add the space at the beginning and the end of the range.
Thank you in advance for your answer
The text was updated successfully, but these errors were encountered: