.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Mon, 04 Jul 2022 15:01:52 +0400
branchstable
changeset 49384 3b8fce9a74df
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
git: make sure to fsdecode bookmark names everywhere (issue6723)

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