rburmorrison
5/14/2019 - 12:24 AM

Clang Format Default

Clang Format Default

# Set Base Style
BasedOnStyle: LLVM # or Google
IndentWidth: 4
Language: Cpp

# Configure Pointers
DerivePointerAlignment: false
PointerAlignment: Right

# Organize Imports
IncludeBlocks: Regroup