--- Language: Cpp BasedOnStyle: LLVM ColumnLimit: 100 IndentWidth: 4 AlignConsecutiveAssignments: true AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true ...