Skip to content

Commit

Permalink
feat: Improve frontend and fix issues (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Feb 20, 2024
1 parent 2a564c2 commit 7f5c6c0
Show file tree
Hide file tree
Showing 35 changed files with 12,863 additions and 312 deletions.
13 changes: 11 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,25 @@ ignore_errors = true

# ==== djLint ====
[tool.djlint]
blank_line_after_tag = "load,extends"
blank_line_after_tag="load,extends,include"
blank_line_before_tag="load,extends,include,block"
close_void_tags = true
format_attribute_template_tags=true
format_css = true
format_js = true
# TODO: remove T002 when fixed https://github.com/Riverside-Healthcare/djLint/issues/687
ignore = "H006,H030,H031,T002"
include = "H017,H035"
indent = 2
max_line_length = 119
line_break_after_multiline_tag=true
max_attribute_length=3
max_blank_lines=1
max_line_length=79
profile = "django"
preserve_blank_lines=false

[tool.djlint.html]
indent_size=2

[tool.djlint.css]
indent_size = 2
Expand Down
Loading

0 comments on commit 7f5c6c0

Please sign in to comment.