wakeup/.clang-format
2021-07-08 20:31:34 +02:00

10 lines
240 B
YAML

# Linux-like style
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: true
IndentCaseLabels: false
# Force pointers to the type
DerivePointerAlignment: false
PointerAlignment: Left