mirror of https://gitlab.com/basile.b/dexed.git
fix #444 - Wrong indentation at level 0
This commit is contained in:
parent
6fd9b1cf9c
commit
3f343fe634
|
@ -1731,7 +1731,8 @@ begin
|
|||
end;
|
||||
end;
|
||||
|
||||
result += 1 + tabCount + spcCount div TabWidth;
|
||||
result += tabCount + spcCount div TabWidth;
|
||||
result += Byte((result > 0) or (b <> 0));
|
||||
end;
|
||||
|
||||
procedure TDexedMemo.curlyBraceCloseAndIndent(close: boolean = true);
|
||||
|
|
Loading…
Reference in New Issue