view .clang-format @ 38509:5cfb01d5ff26

repository: document that file() return value conforms to interface Differential Revision: https://phab.mercurial-scm.org/D3867
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 30 Jun 2018 15:51:04 -0700
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