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.
2 parents d7c7107 + ffd6dc6 commit 838af15Copy full SHA for 838af15
linter.py
@@ -21,3 +21,4 @@ class HtmlTidy(Linter):
21
cmd = 'tidy -errors -quiet -utf8'
22
regex = r'^line (?P<line>\d+) column (?P<col>\d+) - (?:(?P<error>Error)|(?P<warning>Warning)): (?P<message>.+)'
23
error_stream = util.STREAM_STDERR
24
+ tab_width = 8
0 commit comments