I want to add specific workspace setting for Formatting for F#
I see that Ionide for VSCode uses FsAutoComplete which in turns uses Fantomas as the Formatter and that Fantomas has config file support (not documented), but I tried to add .fantomas-config
and fantomas-config.json
in the root of my project and the config file was ignored.
Ultimately what I want to achieve is:
- preserve new lines made by me.
- set the "word wrap" column length
- Other common formatting options like indentation etc.