BasedOnStyle: WebKit
UseTab: Always
IndentWidth: 4
TabWidth: 4
PointerAlignment: Left
ColumnLimit: 0
BreakBeforeBraces: Custom
BraceWrapping:
  AfterClass:      true
  AfterControlStatement: false
  AfterEnum:       false
  AfterFunction:   true
  AfterNamespace:  true
  AfterObjCDeclaration: false
  AfterStruct:     true
  AfterUnion:      true
  BeforeCatch:     false
  BeforeElse:      false
  IndentBraces:    false
NamespaceIndentation: All
AllowShortCaseLabelsOnASingleLine: true
IncludeBlocks: Regroup
SortIncludes: CaseSensitive
IncludeCategories:
  - Regex: '^<foundation/'
    Priority: 1
    CaseSensitive: true
  - Regex: '^<'
    Priority: 2
    CaseSensitive: true
