tuain-dbpool-mysql
Version:
Database pool class to perform standard database operations on MySQL databases using a common interface for simple operations as part of the Tuain Application Development Framework
21 lines • 353 B
Plain Text
{
"singleQuote": true,
"semi": true,
"printWidth": 130,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"singleAttributePerLine": false,
"overrides": [
{
"files": [
"**/*.css",
"**/*.scss",
"**/*.html"
],
"options": {
"singleQuote": false
}
}
]
}