Micha Reiser
Micha Reiser
It may make sense to have language-specific format rules for comments with a shared implementation in `biome_formatter` for languages that all use the same rules. E.g. we (ruff, python formatter)...
It probably makes sense to see how prettier handles HTML comments. All we did is to move the comment formatting into our language implementation instead of having a generic one....
No, there's no such setting. I know that some other tools have similar settings.
Thanks for the kind words and the detailed write up. I believe the relevant lines in the log are: ``` 2025-03-06 16:41:06.086695000 DEBUG Indexing settings for workspace: c:\source\PROJECTNAME 2025-03-06 16:41:06.098413500...
Looking at the logs again it seems that the settings don't work for paths starting with file:///c%3A/Source/ instead of c:\ but I don't know why the paths are different. You...
I'm not a Django expert, so it's unclear to me why the [Django style guide](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#model-style) only mentions the ordering of `__str__`. Unless all other dunder methods are included in the...
I want to make sure that we're 100% sure that this change is in conformance with the style guide because it is a breaking change: All dunder methods other than...
@AlexWaygood any chance that you're familiar with DJango?
Thanks @carljm. This is a great point. @maddrum would you be interested in opening an issue on the django style guide project where you ask them to clarify the ordering?
Thanks everyone for your help in clarifying the style guide. The style guide has been updated and we'd welcome a PR that updates the rule implementation accordingly.