# -*- mode: yaml; -*-
---
BasedOnStyle: Mozilla
IndentWidth: 4
---
Language: Cpp
BasedOnStyle: Mozilla
Standard: c++17

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

