-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.djlintrc
26 lines (26 loc) · 868 Bytes
/
.djlintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"skip": [],
"ignore": [],
"reformat": true,
"indent": 2,
"check_divs": false,
"check_template_tag_empty_lines": true,
"blank_line_after_tag": "load,extends,include",
"blank_line_before_tag": "load,extends,include",
"check_html_attribute_order": true,
"check_newline_tag_argument": true,
"check_boolean_attributes": true,
"check_self_closing_tags": true,
"check_template_tag_arguments": true,
"check_template_tag_spacing": true,
"check_template_tag_endif": true,
"check_template_tag_if_elif": true,
"check_template_tag_endblock": true,
"check_template_tag_endfor": true,
"check_template_tag_endcomment": true,
"check_template_tag_endwith": true,
"check_load_order": true,
"check_if_else_braces": true,
"check_img_alt_attribute": true,
"check_link_rel_attributes": true
}