pidgin/nest

Migrate the ThemingPidgin wiki page to nest.
rekkanoryo/theming-page-migration
2020-06-02, John Bailey
be4313c347a1
Migrate the ThemingPidgin wiki page to nest.

HTTP only links are left because they are not available over HTTPS.
{
"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
}
}
]
}