mirror of
https://github.com/charmbracelet/glow
synced 2024-12-14 14:12:27 +00:00
Saner default values in the defaultConfig
This commit is contained in:
parent
858beaf143
commit
c5adc8fc2d
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ import (
|
|||
)
|
||||
|
||||
const defaultConfig = `# style name or JSON path (default "auto")
|
||||
style: "light"
|
||||
style: "auto"
|
||||
# show local files only; no network (TUI-mode only)
|
||||
local: true
|
||||
local: false
|
||||
# word-wrap at width
|
||||
width: 80`
|
||||
|
||||
|
|
Loading…
Reference in a new issue