Skip to content

Instantly share code, notes, and snippets.

View dottharun's full-sized avatar
⚙️
:w

Tharun T dottharun

⚙️
:w
View GitHub Profile
@dottharun
dottharun / .clang-format
Last active August 31, 2024 07:59
Js like clang-format - without leaving off the features from clang-format
AlignAfterOpenBracket: BlockIndent
AlignArrayOfStructures: Left
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
AlignEscapedNewlines: Left
AlignOperands: Align
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false