mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 06:59:19 +02:00
CodeTools: fixed auto-indent after "object" keyword. Issue #19945, patch from Anton
git-svn-id: trunk@31926 -
This commit is contained in:
parent
cfa79a82d9
commit
dbdec77d4b
@ -162,7 +162,7 @@ type
|
||||
|
||||
const
|
||||
bbtAllIdentifierSections = [bbtTypeSection,bbtConstSection,bbtVarSection,
|
||||
bbtResourceStringSection,bbtLabelSection];
|
||||
bbtResourceStringSection,bbtLabelSection,bbtClassSection];
|
||||
bbtAllProcedures = [bbtProcedure,bbtFunction];
|
||||
bbtAllCodeSections = [bbtInterface,bbtImplementation,bbtInitialization,
|
||||
bbtFinalization];
|
||||
|
Loading…
Reference in New Issue
Block a user