dotnet / codeformatter

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles
MIT License
1.24k stars 244 forks source link

Add support for F# #269

Closed nojaf closed 7 years ago

nojaf commented 7 years ago

Maybe try to involve the people behind fantomas.

alexsorokoletov commented 7 years ago

This thing is based on Roslyn, which is C#/VB compiler infrastructure. For F# I am pretty sure you would have to have a separate tool. Which later might be incorporated into codeformatter just to have one tool for any .NET solution.

nojaf commented 7 years ago

The F# team is doing an effort in https://github.com/Microsoft/visualfsharp/pull/3542.