view .clang-format @ 39972:7a0ffdd4af78

rust-chg: add future that handles "attachio" request This is the sequence to send client-side stdio and pager stdin to the server.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 24 Sep 2018 16:59:12 +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