.clang-format
author Valentin Gatien-Baron <vgatien-baron@janestreet.com>
Mon, 21 Jan 2019 22:37:30 +0100
changeset 42466 465f2d0df9ae
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
deltas: accept and skip None return for delta info They are some extra computation that will shortcut the delta compression if the delta seems hopeless, returning None.

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