mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:49:12 +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;
|
BasicCodeTools;
|
||||||
|
|
||||||
type
|
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 = (
|
TWordPolicy = (
|
||||||
wpNone,
|
wpNone,
|
||||||
wpLowerCase,
|
wpLowerCase,
|
||||||
|
Loading…
Reference in New Issue
Block a user