Skip to content

Commit

Permalink
[clang-format] Don't derive pointer alignment
Browse files Browse the repository at this point in the history
In V8, we always want the pointer alignment to be left, i.e. "Foo* foo"
instead of "Foo *foo".

R=jochen@chromium.org
NOTRY=true

Review-Url: https://codereview.chromium.org/2631183002
Cr-Commit-Position: refs/heads/master@{#42390}
  • Loading branch information
backes authored and Commit bot committed Jan 17, 2017
1 parent 078dddd commit 2956301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
@@ -1,4 +1,5 @@
# Defines the Google C++ style for automatic reformatting.
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Google
DerivePointerAlignment: false
MaxEmptyLinesToKeep: 1

0 comments on commit 2956301

Please sign in to comment.