.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Thu, 05 Jan 2023 19:50:33 +0400
changeset 49880 9ea66d166ec7
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
dirstate: update docstrings in idirstate from the current dirstate

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