view .clang-format @ 48841:2ef3b7d30cc1

cext: really remove Python 2 file handling code Disclaimer: This is _WIN32 code and I have no machine to test.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 03 Mar 2022 09:45:21 +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