replace tabs in Rubocop config with spaces
YAML does not permit tabs and many parsers will error when loading a tab-indented file - http://www.yaml.org/faq.html
This commit is contained in:
YAML does not permit tabs and many parsers will error when loading a tab-indented file - http://www.yaml.org/faq.html