GCDWebServer/.clang-format
Pierre-Olivier Latour 2685819b61 Updated to latest clang-format
[ci skip]
2017-06-22 08:10:16 -07:00

17 lines
302 B
YAML

---
BasedOnStyle: Google
Standard: Cpp11
ColumnLimit: 0
AlignTrailingComments: false
NamespaceIndentation: All
DerivePointerAlignment: false
AlwaysBreakBeforeMultilineStrings: false
AccessModifierOffset: -2
ObjCSpaceBeforeProtocolList: true
SortIncludes: false
---
Language: Cpp
---
Language: ObjC
...