File: 4302-KWStyleConfiguration.kws.xml

package info (click to toggle)
kwstyle 1.0.1%2Bgit3224cf2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 45,404 kB
  • ctags: 145,645
  • sloc: cpp: 423,059; ansic: 9,347; xml: 588; sh: 102; php: 87; perl: 35; makefile: 7
file content (43 lines) | stat: -rw-r--r-- 886 bytes parent folder | download | duplicates (10)
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>