.clang-format
author Boris Feld <boris.feld@octobus.net>
Tue, 27 Nov 2018 02:10:14 +0100
changeset 40790 c85964d715fd
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
sparse: raise a move verbose index error from the C code If we don't like a value we should print it.

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