Files
neogrep/.clang-format
2026-02-28 14:27:52 -08:00

15 lines
339 B
YAML

BasedOnStyle: WebKit
BreakBeforeBraces: Allman
AlwaysBreakAfterReturnType: All
BinPackArguments: true
BinPackParameters: true
IndentCaseLabels: true
IndentWidth: 2
TabWidth: 2
UseTab: Never
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
AlignTrailingComments: true
PointerAlignment: Left