mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1717076 - Move comments to a separate line r=freddyb
clang-query does not allow end-of-line comments, they need to be on a separate line Differential Revision: https://phabricator.services.mozilla.com/D118247
This commit is contained in:
parent
25c196780b
commit
72b427a860
@ -13,7 +13,8 @@ Recommended Boilerplate
|
||||
::
|
||||
|
||||
set traversal IgnoreUnlessSpelledInSource
|
||||
set bind-root true # Unless you use any .bind("foo") commands
|
||||
set bind-root true
|
||||
# ^ true unless you use any .bind("foo") commands
|
||||
set print-matcher true
|
||||
enable output dump
|
||||
|
||||
|
@ -23,7 +23,8 @@ Let's first ensure this matches our default toolchain for Firefox:
|
||||
::
|
||||
|
||||
set traversal IgnoreUnlessSpelledInSource
|
||||
set bind-root true # Unless you use any .bind("foo") commands
|
||||
set bind-root true
|
||||
# ^ true unless you use any .bind("foo") commands
|
||||
set print-matcher true
|
||||
enable output dump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user