Mercurial > hg
view .clang-format @ 48840:499733de460f
cext: backout e9ca736f5b52 "remove Python 2 file handling code"
It's if"n"def.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 03 Mar 2022 09:43:10 +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