Add glow configuration.
This commit is contained in:
parent
b877079593
commit
2fc5f7a514
1 changed files with 10 additions and 0 deletions
10
config/glow/glow.yml
Normal file
10
config/glow/glow.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# style name or JSON path (default "auto")
|
||||
style: "auto"
|
||||
# mouse support (TUI-mode only)
|
||||
mouse: false
|
||||
# use pager to display markdown
|
||||
pager: true
|
||||
# word-wrap at width
|
||||
width: 80
|
||||
# show all files, including hidden and ignored.
|
||||
all: false
|
Loading…
Add table
Add a link
Reference in a new issue