Files
dotfiles/clang/.clang-format
2026-01-16 11:10:08 +01:00

9 lines
164 B
YAML

BasedOnStyle: LLVM
UseTab: Always
TabWidth: 4
IndentWidth: 4
IndentCaseLabels: true
ColumnLimit: 120
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: None