caps2esc/.clang-format

18 lines
448 B
Plaintext
Raw Normal View History

2017-07-24 18:42:11 -03:00
BasedOnStyle: Google
Standard: Cpp11
SortIncludes: false
AccessModifierOffset: -4
PointerBindsToType: false
DerivePointerBinding: false
AllowShortLoopsOnASingleLine: false
AllowShortBlocksOnASingleLine : false
AllowShortIfStatementsOnASingleLine: false
AlwaysBreakTemplateDeclarations: false
AlignConsecutiveAssignments: true
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AlignOperands: true
ColumnLimit: 80
IndentWidth: 4
TabWidth: 4