dense-analysis / dense-analysis/ale

Add support for fantomas

Open
#3,497 0 comments 0 reactions 0 assignees View on GitHub
new tool
Dominant language
Vim Script
Stars
14k
Forks
1.5k
Avg merge
17h 49m
Merged PRs (30d)
1

Description

**Name:** fantomas
**URL:** https://github.com/fsprojects/fantomas/

It's the autoformatter for fsharp.

The following configuration seems to work just fine
```vim
let g:ale_fixers = {}
let g:ale_fixers['fsharp'] = [
\ { buffer -> {
\ 'command': 'fantomas %t',
\ 'read_temporary_file': 1,
\ }
\ }
\]

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.