diff --git a/dot_config/meteor/config.json b/dot_config/meteor/config.json new file mode 100644 index 0000000000000000000000000000000000000000..f26b3a5ff8f419f875d33083d999847554c5c40a --- /dev/null +++ b/dot_config/meteor/config.json @@ -0,0 +1,5 @@ +{ + "coauthors": [{ "name": "Crush", "email": "crush@charm.land" }], + "commitTitleCharLimit": 50, + "commitBodyLineLength": 72 +}