mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +02:00
codetools: clean up
git-svn-id: trunk@22392 -
This commit is contained in:
parent
61560943a1
commit
7f1e276971
@ -66,18 +66,6 @@ uses
|
||||
BasicCodeTools;
|
||||
|
||||
type
|
||||
TBeautifySplit =(
|
||||
bsNone,
|
||||
bsInsertSpace, // insert space before
|
||||
bsNewLine, // break line, no indent
|
||||
bsEmptyLine, // insert empty line, no indent
|
||||
bsNewLineAndIndent, // break line, indent
|
||||
bsEmptyLineAndIndent, // insert empty line, indent
|
||||
bsNewLineUnindent,
|
||||
bsEmptyLineUnindent,
|
||||
bsNoSplit // do not break line here when line too long
|
||||
);
|
||||
|
||||
TWordPolicy = (
|
||||
wpNone,
|
||||
wpLowerCase,
|
||||
|
Loading…
Reference in New Issue
Block a user