mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Add note about future config options to default configuration (#1562)
* add note about future config options to default configuration (fixes #1531) * Remove unnecessary slash
This commit is contained in:
parent
717857ed61
commit
fc829d23e8
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue