.clang-format
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 18 Oct 2019 11:44:44 +0200
changeset 43291 a973a75e92bf
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
py3: add Python 3 exception output to test-hook.t This is similar to, e.g., 3e9c6cef949b.

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