fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

Formating always add a module #1356

Closed masq6r closed 8 years ago

masq6r commented 8 years ago

When I write an F# script, I don't want to put the module name in the file, but when I format the script it always add the module name. Can I disable this?

By the way, anything I can make F# power tools not to join multiple |> to one line? Thank you.