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
I prefer a neat list with proper align for CSS, Js/Ts and HTMl
With this new feature, when I give like this input:
<input id="ok" name="ok" autocomplete="off" />
:root { --round-small: 0.0625rem; // 1px --round-medium: 0.125rem; // 2px --round-pretty-big: 0.25rem; // 4px }
I'd like to see this output:
<input id ="ok" name ="ok" autocomplete ="off" />
:root { --round-small : 0.0625rem; // 1px --round-medium : 0.125rem; // 2px --round-pretty-big : 0.25rem; // 4px }
For Js/Ts is when you group all declaration vars (no newline) or you have a list (array, map) in multiple lines.
OS: Linux
Somehow on my pc the github didn't display monospace font properly so I didn't see a correct vertical align, hopefully you can see it on your side.
The text was updated successfully, but these errors were encountered:
I would like to contribute , please assign it to me
Sorry, something went wrong.
So it is the time of the every year eh?
No branches or pull requests
Description
I prefer a neat list with proper align for CSS, Js/Ts and HTMl
Input
With this new feature, when I give like this input:
Expected Output
I'd like to see this output:
For Js/Ts is when you group all declaration vars (no newline) or you have a list (array, map) in multiple lines.
Environment
OS: Linux
Somehow on my pc the github didn't display monospace font properly so I didn't see a correct vertical align, hopefully you can see it on your side.
The text was updated successfully, but these errors were encountered: