-
Notifications
You must be signed in to change notification settings - Fork 6
/
sd_kwstyle.kws.xml
47 lines (47 loc) · 1.13 KB
/
sd_kwstyle.kws.xml
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
44
45
46
47
<?xml version="1.0" encoding="iso-8859-1"?>
<Verbose>1</Verbose>
<LessHTML>1</LessHTML>
<Description>
<LineLength>200</LineLength>
<DeclarationOrder>
<public>0</public>
<protected>1</protected>
<private>2</private>
</DeclarationOrder>
<Typedefs>
<regex>[A-Z]</regex>
<alignment>true</alignment>
</Typedefs>
<InternalVariables>
<regex>m_[A-Z]</regex>
<private>0</private>
<alignment>0</alignment>
</InternalVariables>
<SemicolonSpace>0</SemicolonSpace>
<EndOfFileNewLine>1</EndOfFileNewLine>
<Tabs>1</Tabs>
<Spaces>3</Spaces>
<Comments>
<begin>/**</begin>
<middle> *</middle>
<end>*/</end>
<emptyLineBeforeClass>true</emptyLineBeforeClass>
<checkWrongComment>false</checkWrongComment>
<checkMissingComment>false</checkMissingComment>
</Comments>
<Indent>
<type>SPACE</type>
<size>2</size>
<noHeader>true</noHeader>
<allowBlockLine>true</allowBlockLine>
</Indent>
<Namespace>itk</Namespace>
<NameOfClass>
<name>[NameOfClass]</name>
<prefix>itk</prefix>
</NameOfClass>
<IfNDefDefine>__[NameOfClass]_[Extension]</IfNDefDefine>
<EmptyLines>2</EmptyLines>
<Template>[TNV]</Template>
<Operator>1,1</Operator>
</Description>