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

Prioritize the args on the right side of printf statement. #1309

Closed shanecharles closed 8 years ago

shanecharles commented 8 years ago

Resolves #1308. Partitioning the args into left and right side, sorting each side, and combining them right side first. (With tests) prioritize-args-right-of

vasily-kirichenko commented 8 years ago

Great job again :) Thanks.