https://github.com/Kitware/CMake
Revision 8b42d560028b8da0a3cf7e1a14962f2245d21227 authored by Brad King on 29 May 2019, 13:18:27 UTC, committed by Kitware Robot on 29 May 2019, 13:19:38 UTC
4ff3ab2ac9 FindZLIB: Add more zlib library names

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3384
2 parent s 5a720a3 + 4ff3ab2
Raw File
Tip revision: 8b42d560028b8da0a3cf7e1a14962f2245d21227 authored by Brad King on 29 May 2019, 13:18:27 UTC
Merge topic 'FindZLIB-names'
Tip revision: 8b42d56
.clang-format
---
# This configuration requires clang-format version 6.0 exactly.
BasedOnStyle: Mozilla
AlignOperands: false
AllowShortFunctionsOnASingleLine: InlineOnly
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
  AfterClass:      true
  AfterEnum:       true
  AfterFunction:   true
  AfterStruct:     true
  AfterUnion:      true
BreakBeforeBraces: Custom
ColumnLimit: 79
IndentPPDirectives: AfterHash
SortUsingDeclarations: false
SpaceAfterTemplateKeyword: true
...
back to top