2014-03-13 20:45:44 +04:00
|
|
|
# Defines the Google C++ style for automatic reformatting.
|
|
|
|
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
|
|
BasedOnStyle: Google
|
2017-03-21 10:16:54 +01:00
|
|
|
DerivePointerAlignment: false
|
2016-04-07 14:06:55 -07:00
|
|
|
MaxEmptyLinesToKeep: 1
|
2024-04-19 12:51:52 +02:00
|
|
|
IfMacros:
|
|
|
|
- IF
|
|
|
|
- IF_NOT
|
|
|
|
Macros:
|
|
|
|
# Make clang-format think TurboShaft `ELSE` expands to just `else`, so that
|
|
|
|
# it formats well alongside `if`
|
|
|
|
- ELSE=else
|
2024-03-30 09:54:35 +01:00
|
|
|
StatementMacros:
|
|
|
|
- DECL_CAST
|
|
|
|
- DECL_VERIFIER
|