Home
Options

[Bug] Class with whitespace before decleration formats incorrectly

edited October 2015
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.
Sign In or Register to comment.