view .clang-format @ 40966:1eaf62a67c1a

rust: better treatment of cargo/rustc errors Differential Revision: https://phab.mercurial-scm.org/D5435
author Georges Racinet <gracinet@anybox.fr>
date Thu, 06 Dec 2018 16:23:20 +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