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

10 lines
186 B
JSON
Raw Normal View History

2023-02-26 18:57:25 +00:00
{
"custom_blocks": "match",
2023-05-18 10:21:25 +00:00
"ignore_blocks": "call",
2023-02-26 18:57:25 +00:00
"max_line_length": "120",
"use_gitignore": true,
"preserve_blank_lines": true,
"format_js": true,
"format_css": true
}