Merge pull request #1607 from stweil/reformat

Add configuration for clang-format-6.0 and clang-format 7
This commit is contained in:
Egor Pugin 2018-05-26 12:11:42 +03:00 committed by GitHub
commit 2bdf817999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.clang-format Normal file
View File

@ -0,0 +1,4 @@
---
BasedOnStyle: Google
# Enforce always the same pointer alignment.
DerivePointerAlignment: false