Skip to content

Commit

Permalink
Disable clang format for HHVM
Browse files Browse the repository at this point in the history
Reviewed By: ricklavoie

Differential Revision: D8703088

fbshipit-source-id: d0db78b8a403dc6c1c909cc9e5e2078bbfaba00c
  • Loading branch information
mofarrell authored and hhvm-bot committed Jun 29, 2018
1 parent 513d3ba commit bdf5b0e
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions hphp/.clang-format
Original file line number Diff line number Diff line change
@@ -1,35 +1,4 @@
---
AccessModifierOffset: 0
AlignAfterOpenBracket: Align
AlignEscapedNewlines: Right
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AlwaysBreakTemplateDeclarations: true
BinPackArguments: true
BinPackParameters: true
ColumnLimit: 80
ContinuationIndentWidth: 2
Cpp11BracedListStyle: false
FixNamespaceComments: true
IndentCaseLabels: true
IndentWidth: 2
PenaltyBreakFirstLessLess: 0
PenaltyReturnTypeOnItsOwnLine: 0
PointerAlignment: Left
SortIncludes: true
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
UseTab: Never
DisableFormat: true
SortIncludes: false
...

0 comments on commit bdf5b0e

Please sign in to comment.