view .clang-format @ 48774:dcec16e799dd stable 6.0.3

status: fix hg status race against file deletion Differential Revision: https://phab.mercurial-scm.org/D12202
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Thu, 17 Feb 2022 20:50:04 +0000
parents d0a3fa849cb8
children
line wrap: on
line source

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