view .clang-format @ 50535:a8531bd9210b

rust: remove an unused error variant DirstateMapError::EmptyPath
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Wed, 31 May 2023 18:18:52 +0100
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