djLint/tests/test_config/test_json/.djlint-cust
Christopher Pickering 83297bd15b
feat(config): added option for custom configuration file path
This can be used for a global .djlintrc file.

closes #170
2022-09-07 13:10:13 -05:00

5 lines
81 B
Text

{
"profile": "django",
"indent": 3,
"custom_blocks": "toc,example"
}