Files
CocoaTweet/.clang-format
2021-02-16 15:10:56 +09:00

12 lines
275 B
YAML

Language: Cpp
BasedOnStyle: Google
AccessModifierOffset: -2
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: Empty
ColumnLimit: 96
Cpp11BracedListStyle: true
DerivePointerAlignment: false
SortIncludes: false
SpacesBeforeTrailingComments: 1
Standard: Cpp11