ray/.clang-format
Philipp Moritz 8e044535e2 Python API for constructing tasks (#28)
* Python API for constructing tasks

* Fixes.
2016-10-04 15:56:24 -07:00

9 lines
288 B
YAML

BasedOnStyle: Chromium
DerivePointerAlignment: true
IndentCaseLabels: false
PointerAlignment: Right
SpaceAfterCStyleCast: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false