[Bug] Class with whitespace before decleration formats incorrectly
Using version 5.03.02 on C# program mode
public class Example{} //Formats correctly
(some spaces) public class Example2 { } //Formats incorrectly
This intentional error has weird formatting.
publi class CsvFile : IDisposable{}
The highlighting doesn't seem to stick to a single token when something it's not expecting happens.
public class Example{} //Formats correctly
(some spaces) public class Example2 { } //Formats incorrectly
This intentional error has weird formatting.
publi class CsvFile : IDisposable{}
The highlighting doesn't seem to stick to a single token when something it's not expecting happens.