.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 12 Jan 2018 23:13:38 -0500
changeset 35614 6d6d20658cce
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
lfs: drop deprecated remote store config options The last of these were removed from fb-experimental in 86884a51e9aa, and we might as well clean this up before the freeze.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false