Skip to content

Instantly share code, notes, and snippets.

@iwatakeshi
Created March 6, 2019 19:00
Show Gist options
  • Save iwatakeshi/f165f1a57e4d5f984563a0372b478631 to your computer and use it in GitHub Desktop.
Save iwatakeshi/f165f1a57e4d5f984563a0372b478631 to your computer and use it in GitHub Desktop.
Preferred C++ formatting style
BasedOnStyle: Webkit
AccessModifierOffset: 0
# AfterNamespace: true
AllowShortIfStatementsOnASingleLine: true
BreakBeforeBraces: Attach
ColumnLimit: 0
CompactNamespaces: true
ContinuationIndentWidth: 2
Cpp11BracedListStyle: false
IndentCaseLabels: false
IndentWidth: 2
NamespaceIndentation: None
TabWidth: 2
UseTab: Never
BreakConstructorInitializers: AfterColon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment