Skip to content

Commit

Permalink
Add .clang-format file
Browse files Browse the repository at this point in the history
  • Loading branch information
tvegas1 authored and bureddy committed Oct 18, 2023
1 parent 58e23dd commit bb6fa18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
IndentWidth: 2
AlignEscapedNewlines: Indent
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: false
AlignConsecutiveStructMembers: true
AlignConsecutiveMacros: true
AlignDeclarationByPointer: true
AlignAfterOpenBracket: true
AlignOperands: true

0 comments on commit bb6fa18

Please sign in to comment.