Skip to content

Commit 838af15

Browse files
committed
Merge pull request #16 from Remos/master
Added tab_width to linter.py
2 parents d7c7107 + ffd6dc6 commit 838af15

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)