Clang Format Default
# Set Base Style BasedOnStyle: LLVM # or Google IndentWidth: 4 Language: Cpp # Configure Pointers DerivePointerAlignment: false PointerAlignment: Right # Organize Imports IncludeBlocks: Regroup