Skip to content

Instantly share code, notes, and snippets.

@PhiBabin
Created October 16, 2018 17:22
Show Gist options
  • Save PhiBabin/f75d35ce3bac27899f2a0b5770c0e880 to your computer and use it in GitHub Desktop.
Save PhiBabin/f75d35ce3bac27899f2a0b5770c0e880 to your computer and use it in GitHub Desktop.
---
Language: Cpp
BasedOnStyle: WebKit
IndentWidth: 4
TabWidth: 4
UseTab: Always
SortUsingDeclarations: false
SortIncludes: false
BreakConstructorInitializers: AfterColon
SpaceAfterTemplateKeyword: false
# SpaceBeforeCtorInitializerColon: false # Only supported on clang >= 8.0
PointerAlignment: Right
DerivePointerAlignment: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
AfterControlStatement: true
AfterStruct: true
AfterUnion: true
SplitEmptyFunction: false
BeforeElse: true
ColumnLimit: 100
MaxEmptyLinesToKeep: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment