doc: foot.ini: indent lists

This commit is contained in:
Daniel Eklöf 2021-07-30 14:56:55 +02:00
parent a71a64481e
commit 46d30406be
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -12,9 +12,9 @@ with a _[section]_).
foot will search for a configuration file in the following locations, foot will search for a configuration file in the following locations,
in this order: in this order:
- *XDG_CONFIG_HOME/foot/foot.ini* - *XDG_CONFIG_HOME/foot/foot.ini*
- *~/.config/foot/foot.ini* - *~/.config/foot/foot.ini*
- *XDG_CONFIG_DIRS/foot/foot.ini* - *XDG_CONFIG_DIRS/foot/foot.ini*
# SECTION: default # SECTION: default
@ -993,9 +993,9 @@ any of these options.
- fcft must have been compiled with HarfBuzz support - fcft must have been compiled with HarfBuzz support
- This option must be set to true - This option must be set to true
- Foot will use *wcswidth*(3) to calculate a cluster's display - Foot will use *wcswidth*(3) to calculate a cluster's display
width. This will typically _not_ match the shaped glyph's width, width. This will typically _not_ match the shaped glyph's
but is necessary to not break cursor synchronization with the width, but is necessary to not break cursor synchronization
application running in foot. with the application running in foot.
See also: *grapheme-width-method*. See also: *grapheme-width-method*.