pidgin/nest

707d5ec2b6d4
Add a note about our upcomming public xmpp instance.

This is mostly for our GSoC application, but I will be setting this up VERY
soon.

Testing Done:
Ran locally.

Reviewed at https://reviews.imfreedom.org/r/518/
{
"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
}
}
]
}