view .clang-format @ 45054:922dbf0df4f1

hgignore: add mypy cache files Differential Revision: https://phab.mercurial-scm.org/D8692
author Antoine Cezar <antoine.cezar@octobus.net>
date Mon, 06 Jul 2020 10:30:55 +0200
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