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
|
||||
forceIndentation(imTabs, TMixedIndentationDialog.fSpacesPerTab);
|
||||
Options:= Options - [eoTabsToSpaces];
|
||||
Options:= Options + [eoSpacesToTabs];
|
||||
end;
|
||||
11:
|
||||
begin
|
||||
forceIndentation(imSpaces, TMixedIndentationDialog.fSpacesPerTab);
|
||||
Options:= Options + [eoTabsToSpaces];
|
||||
Options:= Options - [eoSpacesToTabs];
|
||||
end;
|
||||
end;
|
||||
finally
|
||||
|
|
Loading…
Reference in New Issue