view .clang-format @ 49822:1d8721be2428

dirstate: add narrow support to `verify` This will be called later in the series by the `verify` command.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 02 May 2022 17:39:01 +0200
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