2013-11-21 16:02:31 +00:00
|
|
|
# Defines the Google C++ style for automatic reformatting.
|
|
|
|
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
|
|
BasedOnStyle: Google
|
2017-01-17 09:28:19 +00:00
|
|
|
DerivePointerAlignment: false
|
2016-01-25 09:49:58 +00:00
|
|
|
MaxEmptyLinesToKeep: 1
|