.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Wed, 22 Mar 2023 17:18:32 +0000
branchstable
changeset 50320 9c5e743e400c
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
tests: accept a test output change in [tests/test-serve.t] This fixes a breakage introduced in adecb1ab4a0d. It was not caught by the CI probably because allows binding to port 13.

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