mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 20:44:03 +02:00
jcf: minor changes to default settings file
git-svn-id: trunk@17896 -
This commit is contained in:
parent
3ca859a574
commit
365a1e8f4d
@ -1,9 +1,8 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<JediCodeFormatSettings>
|
<JediCodeFormatSettings>
|
||||||
<WriteVersion> 2.42 </WriteVersion>
|
<WriteVersion> 2.42 </WriteVersion>
|
||||||
<WriteDateTime> 39798.8176062384 </WriteDateTime>
|
<WriteDateTime> 39805.6490930787 </WriteDateTime>
|
||||||
<Description> format settings for use with JCF test cases
|
<Description> format settings for use with Lazarus </Description>
|
||||||
in non-obfuscate tests </Description>
|
|
||||||
<Obfuscate>
|
<Obfuscate>
|
||||||
<Enabled> False </Enabled>
|
<Enabled> False </Enabled>
|
||||||
<Caps> 1 </Caps>
|
<Caps> 1 </Caps>
|
||||||
@ -17,7 +16,7 @@ in non-obfuscate tests </Description>
|
|||||||
<Warnings> True </Warnings>
|
<Warnings> True </Warnings>
|
||||||
<WarnUnusedParams> True </WarnUnusedParams>
|
<WarnUnusedParams> True </WarnUnusedParams>
|
||||||
<IgnoreUnusedParams> Sender </IgnoreUnusedParams>
|
<IgnoreUnusedParams> Sender </IgnoreUnusedParams>
|
||||||
<FileExtensions> dpr,pas,pp </FileExtensions>
|
<FileExtensions> dpr,lpr,pas,pp </FileExtensions>
|
||||||
</Clarify>
|
</Clarify>
|
||||||
<Indent>
|
<Indent>
|
||||||
<IndentationSpaces> 2 </IndentationSpaces>
|
<IndentationSpaces> 2 </IndentationSpaces>
|
||||||
@ -135,7 +134,7 @@ in non-obfuscate tests </Description>
|
|||||||
<ParamsIndent> 15 </ParamsIndent>
|
<ParamsIndent> 15 </ParamsIndent>
|
||||||
</Asm>
|
</Asm>
|
||||||
<PreProcessor>
|
<PreProcessor>
|
||||||
<Enabled> True </Enabled>
|
<Enabled> False </Enabled>
|
||||||
<DefinedSymbols> DELPHI5_UP,MSWINDOWS </DefinedSymbols>
|
<DefinedSymbols> DELPHI5_UP,MSWINDOWS </DefinedSymbols>
|
||||||
<DefinedOptions> </DefinedOptions>
|
<DefinedOptions> </DefinedOptions>
|
||||||
</PreProcessor>
|
</PreProcessor>
|
||||||
|
Loading…
Reference in New Issue
Block a user