Apply new column width formatting (Smaller to larger)

The default column width in Rider is 100 columns. My code is currently formatted to this width, however I have increased it to 150 columns, but when I format the solution it does not reformat the files to try occupy the new 150 columns.

I have changed both the editor and code style -> c# column widths.

e.g 

Current default format

SomeMethod(string param1, string param2,

string param3)

 

Expected new format

SomeMethod(string param1, string param2, string param3)

Please sign in to leave a comment.