This commit is contained in:
rycee 2024-05-10 22:59:01 +00:00
parent 1c25341711
commit 26c9fa3b07

View file

@ -27476,7 +27476,7 @@ boolean</p>
</span> </span>
</dt> </dt>
<dd> <dd>
<p>Options to add to the <code class="filename">.jjconfig.toml</code> file. See <p>Options to add to the <code class="filename">config.toml</code> file. See
<a class="link" href="https://github.com/martinvonz/jj/blob/main/docs/config.md" target="_top">https://github.com/martinvonz/jj/blob/main/docs/config.md</a> <a class="link" href="https://github.com/martinvonz/jj/blob/main/docs/config.md" target="_top">https://github.com/martinvonz/jj/blob/main/docs/config.md</a>
for options.</p> for options.</p>
@ -27488,11 +27488,10 @@ TOML value</p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{ <p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
user = { user = {
name = &quot;John Doe&quot;;
email = &quot;jdoe@example.org&quot;; email = &quot;jdoe@example.org&quot;;
name = &quot;John Doe&quot;;
}; };
} }
</code></pre> </code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>