xref: /third_party/node/deps/v8/.clang-format (revision 1cb0ef41)
1# Defines the Google C++ style for automatic reformatting.
2# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
3BasedOnStyle: Google
4DerivePointerAlignment: false
5MaxEmptyLinesToKeep: 1
6