mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 17:37:59 +01:00
codetools: auto indent: unindent on line break else
git-svn-id: trunk@22610 -
This commit is contained in:
parent
4cb19a0888
commit
bc85444eab
@ -1334,6 +1334,12 @@ begin
|
||||
EndBlock;
|
||||
bbtIfThen:
|
||||
EndBlock;
|
||||
bbtStatement:
|
||||
begin
|
||||
EndBlock;
|
||||
if Stack.TopType in [bbtIfThen] then
|
||||
EndBlock;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
'N': // EN
|
||||
|
||||
Loading…
Reference in New Issue
Block a user