Skip to content

Commit

Permalink
Add note about future config options to default configuration (#1562)
Browse files Browse the repository at this point in the history
* add note about future config options to default configuration (fixes #1531)

* Remove unnecessary slash
  • Loading branch information
MatthiasWinkelmann authored and matheuss committed Feb 20, 2017
1 parent 717857e commit fc829d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/config-default.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.

module.exports = {
config: {
// default font size in pixels for all tabs
Expand Down

0 comments on commit fc829d2

Please sign in to comment.