Skip to content

Instantly share code, notes, and snippets.

View dc03's full-sized avatar

Dhruv Chawla dc03

View GitHub Profile
@dc03
dc03 / .clang-format
Created October 19, 2021 08:48
My clang-format config
---
AlignAfterOpenBracket: DontAlign
AlignConsecutiveMacros: true
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Right
AlignOperands: Align
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: true
AllowAllConstructorInitializersOnNextLine: true