pidgin/nest

Merged in logo (pull request #60)

2019-11-15, Gary Kramlich
fdd1c0dab633
Merged in logo (pull request #60)

Use icon with text instead of huge circle logo.

Approved-by: Gary Kramlich
Approved-by: Jason Allan
{
"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
}
}
]
}