Files
openvino/samples/cpp/.clang-format
T

29 lines
710 B
YAML
Raw Normal View History

BasedOnStyle: Google
IndentWidth: 4
UseTab: Never
2021-08-11 14:47:29 +03:00
ColumnLimit: 120
Language: Cpp
Standard: Cpp11
AccessModifierOffset: -4
AlignConsecutiveMacros: true
AllowAllArgumentsOnNextLine: false
2021-08-11 14:47:29 +03:00
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
2021-08-11 14:47:29 +03:00
BinPackArguments: false
BinPackParameters: false
CommentPragmas: '^#'
DerivePointerAlignment: false
FixNamespaceComments: true
IndentCaseLabels: false
2021-08-11 14:47:29 +03:00
IndentPPDirectives: AfterHash
ForEachMacros:
- foreach
- FOREACH_CHILD