-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
[BUG] [Formatter] Whitespaces in Jinja Code #287
Labels
Comments
Thanks! Currently the contents of |
christopherpickering
added
🚂 enhancement
New feature or request
and removed
🦠 bug
Something isn't working
labels
Jul 8, 2022
3 tasks
christopherpickering
pushed a commit
that referenced
this issue
May 8, 2023
## [1.25.1](v1.25.0...v1.25.1) (2023-05-08) ### Bug Fixes * **js indent:** fixed an issue where literal strings were double indented ([b1e8ab2](b1e8ab2)), closes [#614](#614) * **set:** added formatting of json/list style set contents ([85aca4c](85aca4c)), closes [#287](#287) [#518](#518) [#370](#370)
🎉 This issue has been resolved in version 1.25.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Info
Issue
Jinja code with list and tuples with whitespaces are not reformatted consistently.
I know, one can interpret that as a bug or as a feature request.
How To Reproduce
Try to reformat this file:
I would expect no whitespaces within the tuple definition:
But djlint does not reformat this file in any way.
Notes
Thank you and all contributors for this awesome project!
The text was updated successfully, but these errors were encountered: