mirror of https://gitlab.com/basile.b/dexed.git
maybe something missing after patching indent mode - #31
This commit is contained in:
parent
b730a4ed52
commit
a07b503370
|
@ -3809,11 +3809,13 @@ begin
|
||||||
begin
|
begin
|
||||||
forceIndentation(imTabs, TMixedIndentationDialog.fSpacesPerTab);
|
forceIndentation(imTabs, TMixedIndentationDialog.fSpacesPerTab);
|
||||||
Options:= Options - [eoTabsToSpaces];
|
Options:= Options - [eoTabsToSpaces];
|
||||||
|
Options:= Options + [eoSpacesToTabs];
|
||||||
end;
|
end;
|
||||||
11:
|
11:
|
||||||
begin
|
begin
|
||||||
forceIndentation(imSpaces, TMixedIndentationDialog.fSpacesPerTab);
|
forceIndentation(imSpaces, TMixedIndentationDialog.fSpacesPerTab);
|
||||||
Options:= Options + [eoTabsToSpaces];
|
Options:= Options + [eoTabsToSpaces];
|
||||||
|
Options:= Options - [eoSpacesToTabs];
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
|
|
Loading…
Reference in New Issue