Mypal/js/src/.clang-format

9 lines
276 B
Plaintext
Raw Normal View History

2019-03-11 03:26:37 -07:00
# 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: "^"