.clang-format 164 B

12345
  1. BasedOnStyle: LLVM
  2. AllowShortBlocksOnASingleLine: true
  3. AllowShortCaseLabelsOnASingleLine: true
  4. AllowShortIfStatementsOnASingleLine: true
  5. Cpp11BracedListStyle: true