CMake/Utilities/KWStyle/CMakeMoreChecks.kws.xml.in
Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code
Our Git commit hooks disallow modification or addition of lines with
trailing whitespace.  Wipe out all remnants of trailing whitespace
everywhere except third-party code.

Run the following shell code:

git ls-files -z -- \
 bootstrap doxygen.config '*.readme' \
 '*.c' '*.cmake' '*.cpp' '*.cxx' \
 '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \
 '*.mm' '*.pike' '*.py' '*.txt' '*.vim' |
egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' |
egrep -z -v '^(Modules/CPack\..*\.in)' |
xargs -0 sed -i 's/ \+$//'
2012-08-13 14:18:39 -04:00

31 lines
819 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<Description>
<ErrorThreshold>10</ErrorThreshold>
<LineLength>79</LineLength>
<Header>"@CMake_SOURCE_DIR@/Utilities/KWStyle/Headers",false,true</Header>
<Functions>
<regex>^(cm)?[A-Z]</regex>
<length>200</length>
</Functions>
<InternalVariables>
<regex>^[A-Z]</regex>
<alignment>0</alignment>
</InternalVariables>
<SemicolonSpace>0</SemicolonSpace>
<DeclarationOrder>
<public>0</public>
<protected>1</protected>
<private>2</private>
</DeclarationOrder>
<Tabs>1</Tabs>
<EmptyLines>4</EmptyLines>
<StatementPerLine>
<maxNumber>1</maxNumber>
<checkInline>0</checkInline>
</StatementPerLine>
<VariablePerLine>
<maxNumber>1</maxNumber>
</VariablePerLine>
<BadCharacters>true</BadCharacters>
</Description>