mirror of
https://gitee.com/openharmony/resourceschedule_ffrt
synced 2024-11-23 05:20:03 +00:00
!519 add clang-format conf
Merge pull request !519 from chuchihtung/Feature
This commit is contained in:
commit
faee4f1222
15
.clang-format
Normal file
15
.clang-format
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
BasedOnStyle: Google
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 120
|
||||
---
|
||||
Language: Cpp
|
||||
AccessModifierOffset: -4
|
||||
AllowShortIfStatementsOnASingleLine: Never
|
||||
AlwaysBreakBeforeMultilineStrings: false
|
||||
DerivePointerAlignment: false
|
||||
IncludeBlocks: Preserve
|
||||
IndentCaseBlocks: true
|
||||
PackConstructorInitializers: CurrentLine
|
||||
SpacesBeforeTrailingComments: 1
|
||||
---
|
Loading…
Reference in New Issue
Block a user