fsprojects / FsHttp

A lightweight F# HTTP library by @SchlenkR and @dawedawe
https://fsprojects.github.io/FsHttp/
Apache License 2.0
424 stars 42 forks source link

Update fantomas to v6 #122

Closed dawedawe closed 1 year ago

dawedawe commented 1 year ago

Feel free to request changes to .editorconfig. I just made a best effort to keep changes small but there are lots of options to explore.

SchlenkR commented 1 year ago

Thanks @dawedawe !

Since I work mostly with Visual Studio (not Code), I think this extension is up-to-date? Does it respect .editorconfig?

dawedawe commented 1 year ago

@RonaldSchlenker As far as I know, the VS extension should work for you. It calls the Fantomas version, that is installed via .\.config\dotnet-tools.json. Because of that mechanism the extension isn't really concerned about the .editorconfig as Fantomas itself is reading that file and behaves according to the settings there.

But take all that with a grain of salt as I'm really not that familiar with the extension.