forked from yevGen-S/alg-dstruct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyConfiguration.kws.xml
45 lines (44 loc) · 1.17 KB
/
MyConfiguration.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
<?xml version="1.0" encoding="iso-8859-1"?>
<Description>
<!-- fits on my screen -->
<LineLength>181</LineLength>
<!-- something more sane than 180 -->
<!-- <LineLength>121</LineLength> -->
<Typedefs>
<!-- lowerCamelCase_t -->
<regex>[a-z]+([A-Z0-9][a-z]*)+_t</regex>
</Typedefs>
<Struct>
<!-- lowerCamelCase -->
<regex>[a-z]+([A-Z0-9][a-z]*)+</regex>
</Struct>
<SemicolonSpace>0</SemicolonSpace>
<EndOfFileNewLine>1</EndOfFileNewLine>
<Tabs>1</Tabs>
<Spaces>0</Spaces>
<!-- Multiline? comments pattern -->
<Comments>
<begin>/**</begin>
<middle> *</middle>
<end>*/</end>
<emptyLineBeforeClass>true</emptyLineBeforeClass>
</Comments>
<!-- Don't want to check headers for now
<Header>
<location>/Web/headers/IGSTKSandbox</location>
<checkSpacesEndOfLine>false</checkSpacesEndOfLine>
<cvsFormat>true</cvsFormat>
</Header>
-->
<Indent>
<type>SPACE</type>
<size>4</size>
<noHeader>true</noHeader>
<allowBlockLine>true</allowBlockLine>
</Indent>
<EmptyLines>2</EmptyLines>
<Operator>
<spaceBefore>1</spaceBefore>
<spaceAfter>1</spaceAfter>
</Operator>
</Description>