pidgin/nest

Remove extra exclamation points from plugin table.

2020-04-17, Elliott Sales de Andrade
fad7d2231550
Remove extra exclamation points from plugin table.

These were necessary on Trac to stop it from auto-linking, but we don't
need them on nest.
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}