forked from bkinnightskytw/event_transformer
25 lines
681 B
YAML
25 lines
681 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Mozilla
|
|
AlignAfterOpenBracket: Align
|
|
AllowShortFunctionsOnASingleLine: None
|
|
#AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
ArrayInitializerAlignmentStyle: Left
|
|
ColumnLimit: 120
|
|
IndentWidth: 2
|
|
# TabWidth: 4
|
|
UseTab: Never
|
|
# IndentCaseLabels: false
|
|
MaxEmptyLinesToKeep: 2
|
|
BreakBeforeBraces: Mozilla
|
|
# BreakBeforeBraces: Allman
|
|
# SpaceBeforeParens: ControlStatements
|
|
# SpaceBeforeAssignmentOperators: true
|
|
# SpacesInSquareBrackets: false
|
|
# SpaceBeforeSquareBrackets: false
|
|
# SpaceAfterAssignmentOperators: true
|
|
# SpaceBeforeCpp11BracedList: false
|
|
# ContinuationIndentWidth: 4
|
|
UseCRLF: false
|