Skip to content

Commit

Permalink
Deploy website
Browse files Browse the repository at this point in the history
Deploy website version based on 34ac302
  • Loading branch information
Docusaurus bot committed Nov 27, 2023
1 parent d1d4a5e commit 3408501
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion docs/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,12 @@ <h3><a class="anchor" aria-hidden="true" id="avoidinfix"></a><a href="#avoidinfi
<p>The rule takes the following parameters:</p>
<ul>
<li><code>rewrite.neverInfix</code> parameter group which consists of <code>includeFilters</code> and <code>excludeFilters</code>,
two lists of regular expressions, which determine which operators are eligible for this rewrite</li>
two lists of regular expressions, which determine which operators are eligible for this rewrite
<ul>
<li>(since 3.7.18) if a regular expression contains <code>\\.</code>, matching will be against
not only the infix operator but also its left-hand-side expression (with the
non-empty operator part following the last <code>\\.</code> in the pattern)</li>
</ul></li>
<li>(since 3.4.4) <code>rewrite.allowInfixPlaceholderArg</code> (default: <code>true</code>) will not rewrite infix
expressions if the argument is a solo placeholder (<code>_</code> or <code>(_: Type)</code>)
<ul>
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@ <h3><a class="anchor" aria-hidden="true" id="arch-linux"></a><a href="#arch-linu
scalafmt --version // should be 3.7.17
</code></pre>
<h3><a class="anchor" aria-hidden="true" id="--help"></a><a href="#--help" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>--help</h3>
<pre><code class="hljs">build commit: ebc6900492f45516e54c6e473110617d4e4b2b98
build time: Sun Nov <span class="hljs-number">26</span> <span class="hljs-number">16</span>:<span class="hljs-number">17</span>:<span class="hljs-number">49</span> UTC <span class="hljs-number">2023</span>
<pre><code class="hljs">build commit: <span class="hljs-number">34</span>ac3029f06be3ed8fd2111166f336e1283b9e86
build time: Mon Nov <span class="hljs-number">27</span> <span class="hljs-number">16</span>:<span class="hljs-number">06</span>:<span class="hljs-number">02</span> UTC <span class="hljs-number">2023</span>
</code></pre>
<pre><code class="hljs">scalafmt 3.7.17+6-ebc69004-SNAPSHOT
<pre><code class="hljs">scalafmt 3.7.17+7-34ac3029-SNAPSHOT
Usage: scalafmt [options] [&lt;<span class="hljs-keyword">file</span>&gt;...]

-<span class="hljs-keyword">h</span>, --<span class="hljs-keyword">help</span> prints this usage text
Expand Down

0 comments on commit 3408501

Please sign in to comment.