Skip to content

Commit

Permalink
switch to fantomas nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Aug 4, 2019
1 parent 2ddc889 commit 33644d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<packageSources>
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="Fantomas" value="https://www.myget.org/F/fantomas/api/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
2 changes: 1 addition & 1 deletion src/FSharpLanguageServer/FSharpLanguageServer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fantomas" Version="3.0.0-beta-002" />
<PackageReference Include="Fantomas" Version="3.0.0-beta-002-alpha-418" />
<PackageReference Include="FSharp.Compiler.Service" Version="30.0.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.12" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/FSharpLanguageServer/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,6 @@ type Server(client: ILanguageClient) as this =
let fmtOpts = { FormatConfig.FormatConfig.Default with
IndentSpaceNum = opts.tabSize
PageWidth = 120
(*PreserveEndOfLine = false*)
SemicolonAtEndOfLine = false
SpaceBeforeArgument = false
SpaceBeforeColon = false
Expand Down

0 comments on commit 33644d0

Please sign in to comment.