.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Fri, 05 Aug 2022 14:18:13 +0100
branchstable
changeset 49420 55f8f3b6787f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
test: show how purge removes ignored directories Apparently the rust code path removes ignored directories even though the pure code path doesn't. Show this in tests.

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