mirror of
https://github.com/charmbracelet/glow
synced 2025-03-04 23:07:12 +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…
Add table
Reference in a new issue