view .clang-format @ 44685:90e05b304902

rust-chg: silence warning about dated coding style Differential Revision: https://phab.mercurial-scm.org/D8384
author Yuya Nishihara <yuya@tcha.org>
date Tue, 31 Mar 2020 23:25:26 +0900
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