zmap-mark-ii/.clang-format
2024-02-21 18:23:18 -06:00

12 lines
264 B
YAML

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
DerivePointerAlignment: false
PointerAlignment: Right
BreakStringLiterals: false
SortIncludes: false
ReflowComments: false