Skip to content

Commit ffd6dc6

Browse files
committed
Added tab_width to linter.py
1 parent d7c7107 commit ffd6dc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ class HtmlTidy(Linter):
2121
cmd = 'tidy -errors -quiet -utf8'
2222
regex = r'^line (?P<line>\d+) column (?P<col>\d+) - (?:(?P<error>Error)|(?P<warning>Warning)): (?P<message>.+)'
2323
error_stream = util.STREAM_STDERR
24+
tab_width = 8

0 commit comments

Comments
 (0)