https://github.com/brainsia/logsymmetricdemons
Revision 3064f8d9cbf9d9abd57d95cbebd33083ac4af707 authored by Kent Williams on 12 June 2012, 21:14:40 UTC, committed by Kent Williams on 12 June 2012, 21:14:40 UTC
1 parent ee0b765
Raw File
Tip revision: 3064f8d9cbf9d9abd57d95cbebd33083ac4af707 authored by Kent Williams on 12 June 2012, 21:14:40 UTC
BUG: syntax error
Tip revision: 3064f8d
sd_kwstyle.kws.xml
<?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>
back to top