Skip to content

Commit

Permalink
Merge pull request #172 from DDMAL/fix-djlint-config
Browse files Browse the repository at this point in the history
fix: replace list with string in .djlintrc
  • Loading branch information
kunfang98927 authored Nov 23, 2024
2 parents b3a9319 + 9c96ef7 commit 165a8eb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .djlintrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"exclude": [
"migrations/*"
],
"extension": [
"html"
],
"exclude": "migrations/*",
"extension": "html",
"indent": 2,
"blank_line_after_tag": "load,extends,include,endblock",
"ignore": "H006,H016,H021,H025,H030,H031",
Expand Down

0 comments on commit 165a8eb

Please sign in to comment.