Variable: delphi-compound-block-indent

delphi-compound-block-indent is an alias and customizable for opascal-compound-block-indent, defined in opascal.el.gz.

This variable is obsolete since 24.4; use opascal-compound-block-indent instead.

Value

0

Documentation

Extra indentation for blocks in compound statements. E.g.

// block indent = 0 vs // block indent = 2
if b then if b then
begin begin
end else begin end
end; else
                                  begin
                                  end;

Aliases

delphi-compound-block-indent (obsolete since 24.4)