.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Tue, 10 Jan 2023 17:35:53 +0400
branchstable
changeset 49942 32155ea1e930
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: fix a typo in test-demandimport.t I guess we figured out why it wasn't lazy.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2