---
Language: Cpp
BasedOnStyle:  Mozilla
AlignAfterOpenBracket: Align
AllowShortFunctionsOnASingleLine: None
#AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlignArrayOfStructures: 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