neogrep: Init repo

This commit is contained in:
2026-02-28 14:27:52 -08:00
commit 264fe0a27f
7 changed files with 195 additions and 0 deletions

14
.clang-format Normal file
View File

@ -0,0 +1,14 @@
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