mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
usbmuxd class implementation for usbmuxd
This commit is contained in:
28
cpp/.clang-format
Normal file
28
cpp/.clang-format
Normal file
@@ -0,0 +1,28 @@
|
||||
# .clang-format
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
ColumnLimit: 100
|
||||
BreakBeforeBraces: Attach
|
||||
AllowShortFunctionsOnASingleLine: InlineOnly
|
||||
AllowShortIfStatementsOnASingleLine: Never
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
AlwaysBreakAfterReturnType: None
|
||||
AlignConsecutiveAssignments: AcrossEmptyLinesAndComments
|
||||
AlignConsecutiveDeclarations: AcrossEmptyLinesAndComments
|
||||
AlignTrailingComments: true
|
||||
SortIncludes: CaseInsensitive
|
||||
IncludeBlocks: Preserve
|
||||
SpaceBeforeParens: ControlStatements
|
||||
SpacesInParentheses: false
|
||||
SpacesInSquareBrackets: false
|
||||
SpacesInAngles: Never
|
||||
SpaceAfterCStyleCast: true
|
||||
Cpp11BracedListStyle: true
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
ReflowComments: true
|
||||
PointerAlignment: Left
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
Reference in New Issue
Block a user