Skip to content

Commit

Permalink
Merge pull request #333 from nojaf/master
Browse files Browse the repository at this point in the history
Added instructions for vscode and online website.
  • Loading branch information
jindraivanek committed Oct 21, 2018
2 parents 12f1dcd + 21ebbe1 commit 124c35d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ RunTargetOrDefault "CheckCodeFormat"

The [fsharp-support](https://github.com/JetBrains/fsharp-support) uses fantomas under the hood to format the source code. No need for any additional plugins.

### Visual Studio Code

Install the [fantomas-fmt](https://marketplace.visualstudio.com/items?itemName=paolodellepiane.fantomas-fmt) extension.

### Online

Try the fantomas [online](http://ratatosk.dynu.net/fantomas/).

## Purpose
This project aims at formatting F# source files based on a given configuration.
Fantomas will ensure correct indentation and consistent spacing between elements in the source files.
Expand Down

0 comments on commit 124c35d

Please sign in to comment.