summaryrefslogtreecommitdiff
path: root/src/third_party/mozjs-60/extract/js/src/.clang-format
blob: f5097d75b885813a82c5ffd2bb38257616f60d24 (plain)
1
2
3
4
5
6
7
8
9
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