Skip to content

Instantly share code, notes, and snippets.

View joshg4096's full-sized avatar

Joshua joshg4096

  • AWS
  • United States
View GitHub Profile
@joshg4096
joshg4096 / .clang-format
Created January 30, 2019 01:50
Clang format for CMSC216
---
Language: Cpp
# BasedOnStyle: Google
AccessModifierOffset: -1
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true