mirror of https://gitlab.com/basile.b/dexed.git
fix #401, dfmt broken due to recent bulk renaming with sed
This commit is contained in:
parent
aa42c198c0
commit
0cd9f5b8aa
|
@ -277,9 +277,9 @@ begin
|
|||
str.Add('--indent_size=' + intToStr(indentSize));
|
||||
str.Add('--indent_style=' + idtstyle[indentationStyle]);
|
||||
str.Add('--tab_width=' + intToStr(tabWidth));
|
||||
str.Add('--brau_style=' + brc[braceStyle]);
|
||||
str.Add('--brace_style=' + brc[braceStyle]);
|
||||
str.Add('--split_operator_at_line_end=' + falsetrue[splitOpAtPrevLine]);
|
||||
str.Add('--spau_after_cast=' + falsetrue[spaceAfterCast]);
|
||||
str.Add('--space_after_cast=' + falsetrue[spaceAfterCast]);
|
||||
str.Add('--selective_import_space=' + falsetrue[spaceAfterImport]);
|
||||
str.Add('--compact_labeled_statements=' + falsetrue[compactLabeledStatements]);
|
||||
if (majv = 0) and (minv > 4) then
|
||||
|
|
|
@ -16,7 +16,6 @@ inherited InfoWidget: TInfoWidget
|
|||
ClientWidth = 287
|
||||
inherited Content: TPanel
|
||||
Height = 267
|
||||
Top = 36
|
||||
Width = 287
|
||||
ClientHeight = 267
|
||||
ClientWidth = 287
|
||||
|
|
|
@ -202,7 +202,7 @@ end;
|
|||
constructor TInfoWidget.create(aOwner: TComponent);
|
||||
var
|
||||
itm: TToolInfo;
|
||||
ver: string = 'enough_spau_for_the_version';
|
||||
ver: string = 'enough_space_for_the_version';
|
||||
len: integer;
|
||||
begin
|
||||
inherited;
|
||||
|
|
Loading…
Reference in New Issue