Add glow configuration.

This commit is contained in:
Bartek Stalewski 2025-03-10 01:23:15 +01:00
parent b877079593
commit 2fc5f7a514
No known key found for this signature in database

10
config/glow/glow.yml Normal file
View 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