tsMuxer/.clang-format

10 lines
200 B
YAML

BasedOnStyle: Google
Standard: Cpp11
UseTab: Never
IndentWidth: 4
BreakBeforeBraces: Allman
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 120
IncludeBlocks: Preserve