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
|
<?xml version="1.0" encoding="iso-8859-1"?>
<Description>
<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>
<Tabs>1</Tabs>
<Spaces>3</Spaces>
<Comments>/**, *, */,true</Comments>
<EmptyLines>4</EmptyLines>
<VariablePerLine>1</VariablePerLine>
<BadCharacters>true</BadCharacters>
<StatementPerLine>1</StatementPerLine>
</Description>
|