imfreedom/www.imfreedom.org

Add a .reviewboardrc file.

2021-01-04, Gary Kramlich
a056fbb16216
Add a .reviewboardrc file.

Testing Done:
created this review request with it.

Reviewed at https://reviews.imfreedom.org/r/331/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
}
]
}