.clang-format
author Boris Feld <boris.feld@octobus.net>
Fri, 07 Sep 2018 11:17:33 -0400
changeset 39499 51cec7fb672e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
snapshot: also use None as a stop value for `_refinegroup` This is yet another small step toward turning `_refinegroups` into a co-routine.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2