Skip to content

Commit

Permalink
config.md: Add a link to TOML syntax guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr authored and martinvonz committed Feb 16, 2023
1 parent 6cc7aa7 commit e7bd7a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ then use whichever suits you in your config. If you mix dotted keys and headings

The other thing to remember is that the value of a setting (the part to the
right of the `=` sign) should be surrounded in quotes if it's a string. That's
probably enough TOML to keep you out of trouble but the syntax guide is very
probably enough TOML to keep you out of trouble but the [syntax guide] is very
short if you ever need to check.

[syntax guide]: https://toml.io/en/v1.0.0

## User settings

```toml
Expand Down

0 comments on commit e7bd7a6

Please sign in to comment.