mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-01-31 00:00:04 +08:00
17 lines
302 B
YAML
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
|
|
...
|