mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -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 = {
|
module.exports = {
|
||||||
config: {
|
config: {
|
||||||
// default font size in pixels for all tabs
|
// default font size in pixels for all tabs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue