Fix linting code problems

This commit is contained in:
Glavin Wiechert 2015-09-25 18:24:39 -03:00
parent 72db1efa83
commit 013ecd6fe6
9 changed files with 20 additions and 22 deletions

View File

@ -21,9 +21,7 @@ module.exports = (options, cb) ->
# jshint ignore: start
ic = options.indent_char
if options.indent_with_tabs is 0 or options.indent_with_tabs is 1 or options.indent_with_tabs is 2
# Ignore indent_char option
null # Ignore indent_char option
else if ic is " "
options.indent_with_tabs = 0 # Spaces only
else if ic is "\t"