readthedocs / ext-theme

Read the Docs drop in replacement site templates
2 stars 2 forks source link

Tune djlint configuration #441

Closed agjohnson closed 3 months ago

agjohnson commented 3 months ago

Use max_line_length=80, this only controls when attributes/blocks are wrapped. This setting is why nicer block formatting is sometimes condensed down to single lines.

The lint rule is for catching wildcard load imports.