--- Language: Cpp BasedOnStyle: LLVM UseTab: Always TabWidth: 4 IndentWidth: 4 NamespaceIndentation: All AccessModifierOffset: -4 BreakBeforeBraces: Attach AllowShortFunctionsOnASingleLine: Empty ColumnLimit: 120 ...