# 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: "^"
