2016-01-12 00:42:47 +03:00
|
|
|
Language: Cpp
|
|
|
|
IndentWidth: 4
|
|
|
|
BreakBeforeBraces: Custom
|
2016-03-26 22:53:12 +03:00
|
|
|
BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
|
2016-01-12 00:42:47 +03:00
|
|
|
IndentCaseLabels: false
|
2016-03-09 08:31:07 +03:00
|
|
|
ReflowComments: false
|
2016-06-06 03:45:34 +03:00
|
|
|
ColumnLimit: 120
|
2016-01-12 00:42:47 +03:00
|
|
|
AccessModifierOffset: -4
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
2016-03-09 08:31:07 +03:00
|
|
|
AllowShortLoopsOnASingleLine: false
|