https://github.com/Kitware/CMake
Revision 01d5730411561b7278d0350dffb8b7dd89ac8970 authored by Brad King on 04 June 2019, 12:50:40 UTC, committed by Brad King on 04 June 2019, 13:55:37 UTC
Run the `Utilities/Release/consolidate-relnotes.bash` script to move
notes from `Help/release/dev/*` into `Help/release/3.15.rst`.
1 parent e075e64
Raw File
Tip revision: 01d5730411561b7278d0350dffb8b7dd89ac8970 authored by Brad King on 04 June 2019, 12:50:40 UTC
Help: Consolidate 3.15 release notes
Tip revision: 01d5730
.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