mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
c459d8ea5d
PR-URL: https://github.com/nodejs/node/pull/11752 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
6 lines
191 B
YAML
6 lines
191 B
YAML
# Defines the Google C++ style for automatic reformatting.
|
|
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
BasedOnStyle: Google
|
|
DerivePointerAlignment: false
|
|
MaxEmptyLinesToKeep: 1
|