1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/djlintrc.json
2023-05-18 12:21:25 +02:00

9 lines
186 B
JSON

{
"custom_blocks": "match",
"ignore_blocks": "call",
"max_line_length": "120",
"use_gitignore": true,
"preserve_blank_lines": true,
"format_js": true,
"format_css": true
}