casteng / i-pascal

A free Object Pascal language plugin for IntelliJ IDEA
111 stars 34 forks source link

Formatter error - blank char in class declaration #14

Closed Sorien closed 6 years ago

Sorien commented 6 years ago
type
  TFoo = class(TForm) 
    QuickReport: TQuickRep;
end;

image

edit: sorry wrong project