You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many tools (e.g., Ruff, Prettier, Pytest, ...) allow defining configs in "dotted" files. For example, in the case of Ruff one can define settings in either ruff.toml or .ruff.toml. I like that because all the config files are displayed as first in IDEs and file explorers.
In the case of TOML, djLint supports djlint.toml file only. What about .djlint.toml?
Implementation seems to be quite easy as requiring a small update in:
Feature Request
Many tools (e.g., Ruff, Prettier, Pytest, ...) allow defining configs in "dotted" files. For example, in the case of Ruff one can define settings in either
ruff.toml
or.ruff.toml
. I like that because all the config files are displayed as first in IDEs and file explorers.In the case of TOML, djLint supports
djlint.toml
file only. What about.djlint.toml
?Implementation seems to be quite easy as requiring a small update in:
djLint/src/djlint/settings.py
Line 94 in 506aa68
The text was updated successfully, but these errors were encountered: