dotfiles/clang-format.org
2024-08-07 14:58:48 -05:00

296 B

Clang-Format Settings

Use a style similar to Linux kernel style (but with 4-wide indents and spaces over tabs).

BasedOnStyle: LLVM
IndentWidth: 4
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false