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

9 lines
159 B
JSON
Raw Normal View History

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