view .clang-format @ 43771:f79377f24487

rust-cpython: import utils::files::* function at module level IIRC, it's common in Rust to call functions with the module prefix.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 19 Nov 2019 23:16:16 +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