Skip to content

Commit

Permalink
add commented out line in clang-form for header reorg later
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Jan 20, 2023
1 parent 2498a08 commit cd8316e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ PointerAlignment: Left
# when wrapping function calls/declarations, force each parameter to have its own line
BinPackParameters: 'false'
BinPackArguments: 'false'

# TODO: uncomment me when we are reading to rearrange the header includes
# IncludeBlocks: Regroup
# IncludeCategories: 'llarp/'

0 comments on commit cd8316e

Please sign in to comment.