imfreedom/www.imfreedom.org

Remove a bunch of extra whitespace

2021-06-23, Gary Kramlich
5c426b25b6f9
Remove a bunch of extra whitespace

Testing Done:
Ran locally

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