Skip to content

Commit

Permalink
deploy: 09635e5
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Jun 18, 2024
1 parent 2973380 commit e9617fe
Show file tree
Hide file tree
Showing 730 changed files with 18,376 additions and 98,955 deletions.
11 changes: 3 additions & 8 deletions docs/end-users/Configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h1><a name="Configuration" class="anchor" href="#Configuration">Configuration</
commandline.<br />
Your IDE should respect your settings, however the implementation of that is editor specific. Setting the configuration via
UI might be available depending on the IDE.</p>
<table class="pre"><tr><td><pre><code>version: 6.3.9+6b1ce0356162579a179ca6ff5a088538686442a1</code></pre></td></tr></table>
<table class="pre"><tr><td><pre><code>version: 6.3.9+09635e55f71fc834c4ac2c33381a80f349f472c4</code></pre></td></tr></table>
<h2><a name="Usage" class="anchor" href="#Usage">Usage</a></h2>
<p>Inside .editorconfig you can specify the file extension and code location to be use per config:</p>
<pre class="fssnip highlighted"><code lang="fsharp"><span class="pn">[</span><span class="pn">*.</span><span class="id">fs</span><span class="pn">]</span>
Expand Down Expand Up @@ -1483,9 +1483,7 @@ <h3><a name="fsharp_experimental_elmish" class="anchor" href="#fsharp_experiment
| CharacterWidth
| NumberOfItems
static member OfConfigString: cfgString: string -&gt; MultilineFormatterType option
static member ToConfigString: cfg: MultilineFormatterType -&gt; string
member IsCharacterWidth: bool
member IsNumberOfItems: bool</div>
static member ToConfigString: cfg: MultilineFormatterType -&gt; string</div>
<div class="fsdocs-tip" id="fs59">static member MultilineFormatterType.ToConfigString: cfg: MultilineFormatterType -&gt; string</div>
<div class="fsdocs-tip" id="fs60">FormatConfig.MaxArrayOrListWidth: Num</div>
<div class="fsdocs-tip" id="fs61">FormatConfig.MaxArrayOrListNumberOfItems: Num</div>
Expand All @@ -1499,10 +1497,7 @@ <h3><a name="fsharp_experimental_elmish" class="anchor" href="#fsharp_experiment
| Aligned
| Stroustrup
static member OfConfigString: cfgString: string -&gt; MultilineBracketStyle option
static member ToConfigString: cfg: MultilineBracketStyle -&gt; string
member IsAligned: bool
member IsCramped: bool
member IsStroustrup: bool</div>
static member ToConfigString: cfg: MultilineBracketStyle -&gt; string</div>
<div class="fsdocs-tip" id="fs68">static member MultilineBracketStyle.ToConfigString: cfg: MultilineBracketStyle -&gt; string</div>
<div class="fsdocs-tip" id="fs69">FormatConfig.NewlineBeforeMultilineComputationExpression: bool</div>
<div class="fsdocs-tip" id="fs70">FormatConfig.NewlineBetweenTypeDefinitionAndMembers: bool</div>
Expand Down
43 changes: 4 additions & 39 deletions docs/end-users/GeneratingCode.html
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,6 @@ <h3><a name="Updates" class="anchor" href="#Updates">Updates</a></h3>
| Ident of SingleTextNode
| KnownDot of SingleTextNode
| UnknownDot
member IsIdent: bool
member IsKnownDot: bool
member IsUnknownDot: bool
member Range: range option</div>
<div class="fsdocs-tip" id="fs18">union case IdentifierOrDot.Ident: SingleTextNode -&gt; IdentifierOrDot</div>
<div class="fsdocs-tip" id="fs19">type Expr =
Expand All @@ -556,25 +553,13 @@ <h3><a name="Updates" class="anchor" href="#Updates">Updates</a></h3>
| ArrayOrList of ExprArrayOrListNode
...
static member Node: x: Expr -&gt; Node
member HasParentheses: bool
member IsAnonStructRecord: bool
member IsApp: bool
member IsAppLongIdentAndSingleParenArg: bool
member IsAppSingleParenArg: bool
member IsAppWithLambda: bool
member IsArrayOrList: bool
member IsBeginEnd: bool
member IsChain: bool
...</div>
member HasParentheses: bool</div>
<div class="fsdocs-tip" id="fs20">union case Expr.Constant: Constant -&gt; Expr</div>
<div class="fsdocs-tip" id="fs21">type Constant =
| FromText of SingleTextNode
| Unit of UnitNode
| Measure of ConstantMeasureNode
static member Node: c: Constant -&gt; NodeBase
member IsFromText: bool
member IsMeasure: bool
member IsUnit: bool</div>
static member Node: c: Constant -&gt; NodeBase</div>
<div class="fsdocs-tip" id="fs22">union case Constant.FromText: SingleTextNode -&gt; Constant</div>
<div class="fsdocs-tip" id="fs23">type ModuleDecl =
| OpenList of OpenListNode
Expand All @@ -588,17 +573,7 @@ <h3><a name="Updates" class="anchor" href="#Updates">Updates</a></h3>
| NestedModule of NestedModuleNode
| TypeDefn of TypeDefn
...
static member Node: x: ModuleDecl -&gt; Node
member IsAttributes: bool
member IsDeclExpr: bool
member IsException: bool
member IsExternBinding: bool
member IsHashDirectiveList: bool
member IsModuleAbbrev: bool
member IsNestedModule: bool
member IsOpenList: bool
member IsTopLevelBinding: bool
...<br /><em>&lt;summary&gt;
static member Node: x: ModuleDecl -&gt; Node<br /><em>&lt;summary&gt;
Each case in this DU should have a container node
&lt;/summary&gt;</em></div>
<div class="fsdocs-tip" id="fs24">union case ModuleDecl.TopLevelBinding: BindingNode -&gt; ModuleDecl</div>
Expand Down Expand Up @@ -690,17 +665,7 @@ <h3><a name="Updates" class="anchor" href="#Updates">Updates</a></h3>
| As of PatLeftMiddleRight
| ListCons of PatLeftMiddleRight
...
static member Node: x: Pattern -&gt; Node
member IsAnds: bool
member IsArrayOrList: bool
member IsAs: bool
member IsConst: bool
member IsIsInst: bool
member IsListCons: bool
member IsLongIdent: bool
member IsNamePatPairs: bool
member IsNamed: bool
...</div>
static member Node: x: Pattern -&gt; Node</div>
<div class="fsdocs-tip" id="fs50">union case Pattern.Named: PatNamedNode -&gt; Pattern</div>
<div class="fsdocs-tip" id="fs51">Multiple items<br />type PatNamedNode =
inherit NodeBase
Expand Down
2 changes: 1 addition & 1 deletion index.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions reference/fantomas-client-contracts-fantomasresponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3140', 3140)" onmouseover="showTip(event, '3140', 3140)">
<code onmouseout="hideTip(event, '3155', 3155)" onmouseover="showTip(event, '3155', 3155)">
<p>
<a id="Code">
<a href="#Code">
Expand All @@ -349,7 +349,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3140">
<div class="fsdocs-tip" id="3155">
<div class="member-tooltip">
Full Usage:
<code>Code</code>
Expand Down Expand Up @@ -379,7 +379,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3141', 3141)" onmouseover="showTip(event, '3141', 3141)">
<code onmouseout="hideTip(event, '3156', 3156)" onmouseover="showTip(event, '3156', 3156)">
<p>
<a id="Content">
<a href="#Content">
Expand All @@ -388,7 +388,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3141">
<div class="fsdocs-tip" id="3156">
<div class="member-tooltip">
Full Usage:
<code>Content</code>
Expand Down Expand Up @@ -418,7 +418,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3142', 3142)" onmouseover="showTip(event, '3142', 3142)">
<code onmouseout="hideTip(event, '3157', 3157)" onmouseover="showTip(event, '3157', 3157)">
<p>
<a id="Cursor">
<a href="#Cursor">
Expand All @@ -427,7 +427,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3142">
<div class="fsdocs-tip" id="3157">
<div class="member-tooltip">
Full Usage:
<code>Cursor</code>
Expand Down Expand Up @@ -470,7 +470,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3143', 3143)" onmouseover="showTip(event, '3143', 3143)">
<code onmouseout="hideTip(event, '3158', 3158)" onmouseover="showTip(event, '3158', 3158)">
<p>
<a id="FilePath">
<a href="#FilePath">
Expand All @@ -479,7 +479,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3143">
<div class="fsdocs-tip" id="3158">
<div class="member-tooltip">
Full Usage:
<code>FilePath</code>
Expand Down Expand Up @@ -509,7 +509,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3144', 3144)" onmouseover="showTip(event, '3144', 3144)">
<code onmouseout="hideTip(event, '3159', 3159)" onmouseover="showTip(event, '3159', 3159)">
<p>
<a id="SelectedRange">
<a href="#SelectedRange">
Expand All @@ -518,7 +518,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3144">
<div class="fsdocs-tip" id="3159">
<div class="member-tooltip">
Full Usage:
<code>SelectedRange</code>
Expand Down
20 changes: 10 additions & 10 deletions reference/fantomas-client-contracts-fantomasservice.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3145', 3145)" onmouseover="showTip(event, '3145', 3145)">
<code onmouseout="hideTip(event, '3160', 3160)" onmouseover="showTip(event, '3160', 3160)">
<p>
<a id="ClearCache">
<a href="#ClearCache">
Expand All @@ -354,7 +354,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3145">
<div class="fsdocs-tip" id="3160">
<div class="member-tooltip">
Full Usage:
<code><span>this.ClearCache</span></code>
Expand Down Expand Up @@ -387,7 +387,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3146', 3146)" onmouseover="showTip(event, '3146', 3146)">
<code onmouseout="hideTip(event, '3161', 3161)" onmouseover="showTip(event, '3161', 3161)">
<p>
<a id="ConfigurationAsync">
<a href="#ConfigurationAsync">
Expand All @@ -396,7 +396,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3146">
<div class="fsdocs-tip" id="3161">
<div class="member-tooltip">
Full Usage:
<code><span>this.ConfigurationAsync</span></code>
Expand Down Expand Up @@ -467,7 +467,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3147', 3147)" onmouseover="showTip(event, '3147', 3147)">
<code onmouseout="hideTip(event, '3162', 3162)" onmouseover="showTip(event, '3162', 3162)">
<p>
<a id="FormatDocumentAsync">
<a href="#FormatDocumentAsync">
Expand All @@ -476,7 +476,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3147">
<div class="fsdocs-tip" id="3162">
<div class="member-tooltip">
Full Usage:
<code><span>this.FormatDocumentAsync</span></code>
Expand Down Expand Up @@ -547,7 +547,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3148', 3148)" onmouseover="showTip(event, '3148', 3148)">
<code onmouseout="hideTip(event, '3163', 3163)" onmouseover="showTip(event, '3163', 3163)">
<p>
<a id="FormatSelectionAsync">
<a href="#FormatSelectionAsync">
Expand All @@ -556,7 +556,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3148">
<div class="fsdocs-tip" id="3163">
<div class="member-tooltip">
Full Usage:
<code><span>this.FormatSelectionAsync</span></code>
Expand Down Expand Up @@ -627,7 +627,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3149', 3149)" onmouseover="showTip(event, '3149', 3149)">
<code onmouseout="hideTip(event, '3164', 3164)" onmouseover="showTip(event, '3164', 3164)">
<p>
<a id="VersionAsync">
<a href="#VersionAsync">
Expand All @@ -636,7 +636,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3149">
<div class="fsdocs-tip" id="3164">
<div class="member-tooltip">
Full Usage:
<code><span>this.VersionAsync</span></code>
Expand Down
12 changes: 6 additions & 6 deletions reference/fantomas-client-contracts-formatcursorposition.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3150', 3150)" onmouseover="showTip(event, '3150', 3150)">
<code onmouseout="hideTip(event, '3165', 3165)" onmouseover="showTip(event, '3165', 3165)">
<p>
<a id="Column">
<a href="#Column">
Expand All @@ -345,7 +345,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3150">
<div class="fsdocs-tip" id="3165">
<div class="member-tooltip">
Full Usage:
<code>Column</code>
Expand Down Expand Up @@ -375,7 +375,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3151', 3151)" onmouseover="showTip(event, '3151', 3151)">
<code onmouseout="hideTip(event, '3166', 3166)" onmouseover="showTip(event, '3166', 3166)">
<p>
<a id="Line">
<a href="#Line">
Expand All @@ -384,7 +384,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3151">
<div class="fsdocs-tip" id="3166">
<div class="member-tooltip">
Full Usage:
<code>Line</code>
Expand Down Expand Up @@ -434,7 +434,7 @@ <h3>
<tr>
<td class="fsdocs-member-usage">
<div>
<code onmouseout="hideTip(event, '3152', 3152)" onmouseover="showTip(event, '3152', 3152)">
<code onmouseout="hideTip(event, '3167', 3167)" onmouseover="showTip(event, '3167', 3167)">
<p>
<a id="``.ctor``">
<a href="#``.ctor``">
Expand All @@ -443,7 +443,7 @@ <h3>
</a>
</p>
</code>
<div class="fsdocs-tip" id="3152">
<div class="fsdocs-tip" id="3167">
<div class="member-tooltip">
Full Usage:
<code><span>FormatCursorPosition<span><span>(<span>line,&#32;column</span>)</span></span></span></code>
Expand Down
Loading

0 comments on commit e9617fe

Please sign in to comment.