.clang-format
author Manuel Jacob <me@manueljacob.de>
Fri, 29 May 2020 03:43:08 +0200
changeset 44866 5258bffdb1d6
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
cleanup: remove compatibility code for Python < 2.7.1 The minimum supported Python version was recently raised to 2.7.4.

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