author | Sylvestre Ledru <sledru@mozilla.com> |
Wed, 01 Mar 2017 11:56:48 +0100 | |
changeset 490872 | 867ed879481166de6d4e1b9c77e02e09cd7df04d |
parent 490871 | 34c6c2f302e7b48e3ad2cec575cbd34d423a9d32 |
child 547393 | 86f314e378ed8ebfbe2c513fe39f7a5f28f11a9d |
push id | 47245 |
push user | bmo:sledru@mozilla.com |
push date | Wed, 01 Mar 2017 10:58:52 +0000 |
reviewers | jolesen |
bugs | 1342665 |
milestone | 54.0a1 |
--- a/js/src/.clang-format +++ b/js/src/.clang-format @@ -1,8 +1,10 @@ # Clang-format style for SpiderMonkey code which is different than the standard Mozilla style. BasedOnStyle: Mozilla ColumnLimit: 99 IndentWidth: 4 # Ignore all comments because they aren't reflowed properly. # We require 80-col comments and 99-col code. CommentPragmas: "^" + +SortIncludes: false