darling-dyld/.clang-format
2022-04-18 20:33:29 -07:00

14 lines
217 B
YAML

Language: Cpp
BasedOnStyle: WebKit
AlignConsecutiveDeclarations: true
AlignOperands: false
AlignTrailingComments: true
IndentWidth: 4
Standard: Cpp11
UseTab: Never
SortIncludes: false