/usr/share/KWStyle/ITK.kws.xml is in kwstyle 1.0.1+git3224cf2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <?xml version="1.0" encoding="iso-8859-1"?>
<Description>
<LineLength>81</LineLength>
<DeclarationOrder>0,1,2</DeclarationOrder>
<Typedefs>[A-Z]</Typedefs>
<InternalVariables>m_[A-Z]</InternalVariables>
<SemicolonSpace>0</SemicolonSpace>
<EndOfFileNewLine>1</EndOfFileNewLine>
<Tabs>1</Tabs>
<Spaces>3</Spaces>
<Comments>/**, *, */,true</Comments>
<Header>headers/ITKHeader.h,false,true</Header>
<Indent>SPACE,2,true,true</Indent>
<Namespace>itk</Namespace>
<NameOfClass>[NameOfClass],itk</NameOfClass>
<IfNDefDefine>__[NameOfClass]_[Extension]</IfNDefDefine>
<EmptyLines>2</EmptyLines>
<Template>[TNV]</Template>
<Operator>1,1</Operator>
</Description>
|