Code style

Issue #76 wontfix
Former user created an issue

Can't adjust ident for private/public/publicshed blocks.

Current realization suppose this style: TSomeClass = class private SomeVar: SomeType;

public constructor Create; end;

But this seems more structurable: TSomeClass = class private SomeVar: SomeType;

public constructor Create; end;

But more structurable seems this: TSomeClass = class private SomeVar: SomeType;

public constructor Create; end;

Comments (3)

  1. George Bakhtadze repo owner

    Unfortunately formatting is not applied and it's not possible to see what is the difference between mentioned options. Can you clarify please?

  2. Log in to comment