Resharper code format linebreaks
- by mizipzor
Im trying to setup the code formatting in ReSharper. Limiting each line to a maximum count of characters, it seems to want to place casts on a separate line. Like so:
string mystring =
(string)
MyStringConverter.convert(toconvert, typeof(string), null, null);
I cant seem to be able to find the correct combination of settings to not…