https://github.com/Kitware/CMake
Revision 35fe47bd5d9508aa90fd1569eb2eaf3f982ebee5 authored by Brad King on 23 October 2018, 15:06:44 UTC, committed by Brad King on 23 October 2018, 15:06:44 UTC
2 parent s 718033b + d004d8c
Raw File
Tip revision: 35fe47bd5d9508aa90fd1569eb2eaf3f982ebee5 authored by Brad King on 23 October 2018, 15:06:44 UTC
Merge branch 'vs-csharp-in-custom-target' into release-3.13
Tip revision: 35fe47b
.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