Mercurial > hg > orthanc
view .clang-format @ 6092:a30cc2fa7250 Orthanc-1.12.7
Orthanc-1.12.7
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 07 Apr 2025 11:11:33 +0200 (7 weeks ago) |
parents | 92e5579681f2 |
children |
line wrap: on
line source
--- Language: Cpp BasedOnStyle: LLVM AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AlignOperands: true AlignTrailingComments: false AlwaysBreakTemplateDeclarations: Yes BraceWrapping: AfterCaseLabel: true AfterClass: true AfterControlStatement: true AfterEnum: true AfterFunction: true AfterNamespace: true AfterStruct: true AfterUnion: true AfterExternBlock: true BeforeCatch: true BeforeElse: true BeforeLambdaBody: true BeforeWhile: true IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: true SplitEmptyNamespace: true BreakBeforeBraces: Custom BreakBeforeTernaryOperators: false BreakConstructorInitializers: AfterColon BreakConstructorInitializersBeforeComma: false ColumnLimit: 200 ConstructorInitializerAllOnOneLineOrOnePerLine: false ContinuationIndentWidth: 2 IncludeCategories: - Regex: '^<.*' Priority: 1 - Regex: '^".*' Priority: 2 - Regex: '.*' Priority: 3 IncludeIsMainRegex: '([-_](test|unittest))?$' IndentCaseLabels: true InsertNewlineAtEOF: true MacroBlockBegin: '' MacroBlockEnd: '' MaxEmptyLinesToKeep: 2 NamespaceIndentation: All SpaceAfterCStyleCast: true SpaceAfterTemplateKeyword: false SpaceBeforeRangeBasedForLoopColon: false SpaceInEmptyParentheses: false SpacesInAngles: false SpacesInConditionalStatement: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false TabWidth: 2 ...