pidgin/nest

Close branch Richard-Laager/_indexmd-edited-online-with-bitbucket-1579054278593
Richard-Laager/_indexmd-edited-online-with-bitbucket-1579054278593
2020-01-15, Gary Kramlich
8150a660b0db
Close branch Richard-Laager/_indexmd-edited-online-with-bitbucket-1579054278593
{
"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
}
}
]
}