# Default Linux style
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false

# From CodingReadme
TabWidth: 4
ContinuationIndentWidth: 2
ColumnLimit: 150
