view .clang-format @ 49554:ecf9788cd9c4 stable

rust-status: fix typos and add docstrings to dircache related fields
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 19 Oct 2022 15:11:05 +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