dense-analysis / dense-analysis/ale
Add support for fantomas
Open
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
Assessment
This issue has not been assessed yet.