mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 19:49:51 +00:00
7bbaa4283d
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/ \+$//'
31 lines
819 B
XML
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>
|