.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Fri, 13 Jan 2023 17:33:03 +0400
branchstable
changeset 49635 f3e95e5a5895
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
convert: replace repr() by pycompat.byterepr() in cvsps.py (issue6789)

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