mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:36:01 +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" ?>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user