blob: e9c8394b6612c949a20a0c3bfa81ec994f21bc01 (
plain)
1
2
3
4
5
6
7
8
|
# 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: "^"
|