.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Fri, 02 Aug 2019 16:14:00 +0200
changeset 42679 5e296f618920
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
byteify-strings: simplify default value for `--treat-as-kwargs`

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