Home | History | Annotate | Line # | Download | only in ds
      1 BasedOnStyle: WebKit
      2 AlignTrailingComments: 'true'
      3 AllowAllParametersOfDeclarationOnNextLine: 'false'
      4 AllowShortFunctionsOnASingleLine: None
      5 AlwaysBreakBeforeMultilineStrings: 'true'
      6 BinPackArguments: 'false'
      7 BinPackParameters: 'false'
      8 BreakBeforeBinaryOperators: None
      9 BreakBeforeBraces: Linux
     10 ColumnLimit: '100'
     11 Cpp11BracedListStyle: 'true'
     12 KeepEmptyLinesAtTheStartOfBlocks: 'false'
     13 NamespaceIndentation: None
     14 PointerAlignment: Right
     15 SortIncludes: 'true'
     16 SpaceAfterTemplateKeyword: 'false'
     17 Standard: Cpp11
     18 TabWidth: '3'
     19 IndentWidth: '3'
     20 ConstructorInitializerIndentWidth: '3'
     21 ContinuationIndentWidth: '3'
     22