.clang-format
author Yuya Nishihara <yuya@tcha.org>
Thu, 23 Sep 2021 16:52:35 +0900
changeset 48028 448aff4e8dd4
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
dirstate: fix leak of entry object in dirstate_item_from_v1_data()

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