deploy: d768262018
This commit is contained in:
parent
1c25341711
commit
26c9fa3b07
|
@ -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 = "John Doe";
|
|
||||||
email = "jdoe@example.org";
|
email = "jdoe@example.org";
|
||||||
|
name = "John Doe";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||||
|
|
Loading…
Reference in a new issue