---
BasedOnStyle: LLVM
AllowShortFunctionsOnASingleLine: All
IndentWidth: '2'
AllowShortBlocksOnASingleLine: true 
AllowShortIfStatementsOnASingleLine: true
...
