ok/jj
1
0
Fork 0
forked from mirrors/jj

config.md: Add a link to TOML syntax guide

This commit is contained in:
Ilya Grigoriev 2023-02-15 22:12:22 -08:00 committed by Martin von Zweigbergk
parent 6cc7aa72e8
commit e7bd7a635a

View file

@ -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