--- BasedOnStyle: LLVM IndentWidth: 4 TabWidth: 4 AlwaysBreakTemplateDeclarations: true AllowShortFunctionsOnASingleLine: InlineOnly #AllowShortLambdasOnASingleLine: Inline BreakAfterJavaFieldAnnotations: true BreakBeforeBraces: Linux SpaceAfterCStyleCast: true IndentCaseLabels: true AccessModifierOffset: -4 BreakBeforeBraces: Custom BraceWrapping: AfterNamespace: false AfterClass: false AfterFunction: false BreakConstructorInitializersBeforeComma: true ConstructorInitializerAllOnOneLineOrOnePerLine: true BinPackParameters: false ReflowComments: false ObjCBlockIndentWidth: 4 --- Language: Cpp ColumnLimit: 120 IndentPPDirectives: AfterHash --- Language: ObjC ColumnLimit: 0 #UseTab: ForIndentation --- Language: Java ColumnLimit: 120 AllowShortFunctionsOnASingleLine: None BreakBeforeBinaryOperators: NonAssignment