1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<?xml version="1.0" encoding="iso-8859-1"?>
<Description>
<KWStyleLogo>tools/checks/LogoKWStyle.jpg</KWStyleLogo>
<ErrorThreshold>5</ErrorThreshold>
<LineLength>120</LineLength>
<DeclarationOrder>
<public>0</public>
<protected>1</protected>
<private>2</private>
</DeclarationOrder>
<InternalVariables>[sm]_[a-z]
<regex>^[sm]_[a-z]</regex>
<alignment>0</alignment>
</InternalVariables>
<MemberFunctions>^[a-z]</MemberFunctions>
<Tabs>1</Tabs>
<Spaces>3</Spaces>
<Comments>
<begin>/**</begin>
<middle>* </middle>
<end> */ </end>
<emptyLineBeforeClass>false</emptyLineBeforeClass>
<checkWrongComment>false</checkWrongComment>
<checkMissingComment>false</checkMissingComment>
</Comments>
<EmptyLines>4</EmptyLines>
<VariablePerLine>1</VariablePerLine>
<BadCharacters>true</BadCharacters>
<StatementPerLine>1</StatementPerLine>
</Description>
|