Hello,
I have this problem with code clean up option in VS 2022. Observe this peace of code and how I like to format code..
Field_delimiter = ','; String_delimiter = '"'; Carriage_Return = '\r'; Line_Feed = '\n';
But when I apply code clean up option, I get this :
How to force code clean up to ignore spacing in statements.