jcf: minor changes to default settings file

git-svn-id: trunk@17896 -
This commit is contained in:
paul 2008-12-23 08:34:33 +00:00
parent 3ca859a574
commit 365a1e8f4d

View File

@ -1,9 +1,8 @@
<?xml version="1.0" ?>
<JediCodeFormatSettings>
<WriteVersion> 2.42 </WriteVersion>
<WriteDateTime> 39798.8176062384 </WriteDateTime>
<Description> format settings for use with JCF test cases
in non-obfuscate tests </Description>
<WriteDateTime> 39805.6490930787 </WriteDateTime>
<Description> format settings for use with Lazarus </Description>
<Obfuscate>
<Enabled> False </Enabled>
<Caps> 1 </Caps>
@ -17,7 +16,7 @@ in non-obfuscate tests </Description>
<Warnings> True </Warnings>
<WarnUnusedParams> True </WarnUnusedParams>
<IgnoreUnusedParams> Sender </IgnoreUnusedParams>
<FileExtensions> dpr,pas,pp </FileExtensions>
<FileExtensions> dpr,lpr,pas,pp </FileExtensions>
</Clarify>
<Indent>
<IndentationSpaces> 2 </IndentationSpaces>
@ -135,7 +134,7 @@ in non-obfuscate tests </Description>
<ParamsIndent> 15 </ParamsIndent>
</Asm>
<PreProcessor>
<Enabled> True </Enabled>
<Enabled> False </Enabled>
<DefinedSymbols> DELPHI5_UP,MSWINDOWS </DefinedSymbols>
<DefinedOptions> </DefinedOptions>
</PreProcessor>