Sign in
chromium
/
v8
/
v8
/
02e64e0d09bea3240135bf0b2d4ef423f66b3a82
/
.
/
.clang-format
blob: bd7d80dfb7b96464b5cd7adecedd98010a6b8ddf [
file
] [
log
] [
blame
]
# Defines the Google C++ style for automatic reformatting.
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle
:
Google
DerivePointerAlignment
:
false
MaxEmptyLinesToKeep
:
1
IfMacros
:
[
'IF'
,
'IF_NOT'
,
'ELSE'
,
'ELSE_IF'
]