# -*- mode: yaml; -*-

Language: Cpp
BasedOnStyle: Mozilla
Standard: Cpp11

UseTab: Never
IndentWidth: 4
ColumnLimit: 140
AllowShortFunctionsOnASingleLine: None
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
NamespaceIndentation: Inner
FixNamespaceComments: true
BreakBeforeBraces: Linux
