Skip to content

Commit

Permalink
Deploy website
Browse files Browse the repository at this point in the history
Deploy website version based on e563f47
  • Loading branch information
Docusaurus bot committed Jul 25, 2024
1 parent eeee5be commit 52805e6
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 @@ -6920,7 +6920,12 @@ <h3><a class="anchor" aria-hidden="true" id="lineendings"></a><a href="#lineendi
<li><code>windows</code>: uses CRLF (<code>U+000D U+000A</code>)</li>
<li><code>preserve</code>: if an input file <em>contains</em> CRLF anywhere, use CRLF for every line; otherwise, LF</li>
</ul>
<p>By default, this parameter is assumed to be set to <code>unix</code>.</p>
<p>By default, this parameter is assumed to be set to <code>unix</code>. However, since
v3.8.3, if the formatter is invoked on Windows, <a href="#projectgit"><code>project.git</code></a>
is set and <code>git</code> parameter
<a href="https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf"><code>core.autocrlf</code></a>
is configured, then default value will be changed to <code>windows</code> if
<code>autocrlf=true</code>, and <code>preserve</code> if <code>false</code>.</p>
<h3><a class="anchor" aria-hidden="true" id="rewritetokens"></a><a href="#rewritetokens" 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><code>rewriteTokens</code></h3>
<p>Map of tokens to rewrite. For example, Map(&quot;⇒&quot; -&gt; &quot;=&gt;&quot;) will rewrite unicode
arrows to regular ascii arrows.</p>
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.8.2
</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: <span class="hljs-number">77f</span>43a6d8f3ae503962ca7c1f27c16e1d511b8c0
build time: Wed Jul <span class="hljs-number">24</span> <span class="hljs-number">20</span>:<span class="hljs-number">36</span>:<span class="hljs-number">11</span> UTC <span class="hljs-number">2024</span>
<pre><code class="hljs">build commit: e563f4761c06aaf3c9a3d850fe1cf2cc25c14083
build time: Thu Jul <span class="hljs-number">25</span> <span class="hljs-number">09</span>:<span class="hljs-number">36</span>:<span class="hljs-number">23</span> UTC <span class="hljs-number">2024</span>
</code></pre>
<pre><code class="hljs">scalafmt 3.8.2+64-77f43a6d-SNAPSHOT
<pre><code class="hljs">scalafmt 3.8.2+67-e563f476-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 52805e6

Please sign in to comment.