[Pkg/Cuse] Apply smack rules in the post script
[platform/adaptation/npu/trix-engine.git] / .clang-format
1 Language: Cpp
2 Standard: Cpp11
3 TabWidth: 2
4 UseTab: Never
5 BasedOnStyle: Google
6 SortIncludes: false
7 CommentPragmas: '\* @'
8 ReflowComments: false
9 AllowShortFunctionsOnASingleLine: Inline
10 AllowShortIfStatementsOnASingleLine: false
11 AlwaysBreakAfterReturnType: TopLevelDefinitions
12 SpaceBeforeParens: Always
13 SpaceAfterCStyleCast: true
14 Cpp11BracedListStyle: true
15 ColumnLimit: 100