Skip to content

Commit

Permalink
GHI-#36 Implement the configuration schema
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Oct 22, 2016
1 parent e86aeef commit a99fc98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,13 @@
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"configSchema": {
"tabSizing": {
"title": "Full-Width Tab Sizing",
"description": "In full width mode, tabs will fill the whole tab bar.",
"type": "boolean",
"default": true
}
}
}

0 comments on commit a99fc98

Please sign in to comment.