Skip to content

Commit

Permalink
fix: replace list with string in .djlintrc
Browse files Browse the repository at this point in the history
Refs: #171
  • Loading branch information
kunfang98927 committed Nov 22, 2024
1 parent b3a9319 commit 9c96ef7
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 9c96ef7

Please sign in to comment.