.clang-format
author Boris Feld <boris.feld@octobus.net>
Tue, 10 Jul 2018 02:33:43 +0200
changeset 38633 e3d18de56417
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
sparse-read: discard gap below 65K only Testing on actual data shows that 65K is more efficient in both time and memory than 256K.

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