- Clone the repository
- Build with
dotnet build - Open
FSharp.Formatting.slnwith Visual Studio or Visual Studio Code (with the ionide-fsharp extension)
This repository uses the Fantomas source code formatter and this is checked on commit.
Run
dotnet fantomas src tests docs build.fsx -r
to format the code you've written.