Mercurial > hg
view .clang-format @ 40591:c49283e740da
test-commandserver: clean up quoting and location of dbgui extension
This helps embedding '$' in the script.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 08 Nov 2018 22:25:04 +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