1
0
Fork 0
ablog/.djlintrc

11 lines
218 B
Text
Raw Normal View History

{
"profile": "jinja",
"extension": "html",
"indent": "2",
"max_line_length": "120",
"use_gitignore": "True",
"format_js": "True",
"format_css": "True",
"ignore": "H006,J018,T003,H025"
}