Mypal/js/src/.clang-format
2019-03-11 13:26:37 +03:00

9 lines
276 B
YAML

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