We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[]
()
1 parent 272186d commit b3c52ddCopy full SHA for b3c52dd
djhtml/__main__.py
@@ -74,7 +74,7 @@ def main() -> None:
74
guess = probabilities.index(max(probabilities))
75
76
# Indent input file
77
- extra_blocks = dict(options.extra_block or [])
+ extra_blocks = dict(options.extra_block or ())
78
try:
79
result = Mode(source, extra_blocks=extra_blocks).indent(
80
options.tabwidth or guess or 4
0 commit comments