Skip to content

Commit

Permalink
[CPU] Introduce clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDuplensky committed Dec 5, 2024
1 parent 6d9bd0e commit 2f62686
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/plugins/intel_cpu/src/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
BasedOnStyle: Google
IndentWidth: 4
UseTab: Never
ColumnLimit: 120

Language: Cpp
Standard: Cpp11

AccessModifierOffset: -4
AlignConsecutiveMacros: true
AllowAllArgumentsOnNextLine: false
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
BinPackArguments: false
BinPackParameters: false
CommentPragmas: '^#'
DerivePointerAlignment: false
FixNamespaceComments: true
IndentCaseLabels: false
IndentPPDirectives: AfterHash
ForEachMacros:
- foreach
- FOREACH_CHILD

0 comments on commit 2f62686

Please sign in to comment.