chore(formatting): djlint templates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-24 21:40:14 -05:00
parent e33a64db96
commit 45cef2f4af
33 changed files with 1670 additions and 2155 deletions

14
.djlintrc Normal file
View File

@@ -0,0 +1,14 @@
{
"profile": "golang",
"indent": 2,
"close_void_tags": true,
"format_attribute_template_tags": true,
"format_js": true,
"js": {
"indent_size": 2
},
"format_css": true,
"css": {
"indent_size": 2
}
}