pidgin/nest

Switch copy button to FontAwesome.

2019-08-21, Elliott Sales de Andrade
e54feb564200
Switch copy button to FontAwesome.

This makes it easier to change the colours, so now the code blocks are
grey/black and the inline code are purplish.

Also, tweak the inline code padding a bit to fit together better.
{
"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
}
}
]
}