zmap-mark-ii/.clang-format

12 lines
264 B
Plaintext
Raw Permalink Normal View History

2024-02-21 16:23:18 -08:00
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
DerivePointerAlignment: false
PointerAlignment: Right
BreakStringLiterals: false
SortIncludes: false
ReflowComments: false