Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix(config): Update tabWidth's type to be integer first or string
Browse files Browse the repository at this point in the history
Fixes #241
  • Loading branch information
darahak committed Sep 18, 2017
1 parent 2323193 commit 6f8fe9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/config-schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"tabWidth": {
"title": "Tab Width",
"description": "Number of spaces to use per tab. Put `auto` to use your editor's tab width setting.",
"type": "string",
"type": ["integer", "string"],
"default": "auto",
"order": 7
},
Expand Down

0 comments on commit 6f8fe9b

Please sign in to comment.