tuain-dbpool-generic
Version: 
Database pool interface to perform standard database 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
      }
    }
  ]
}