mybatis3
Version:
mybatis3 mapper
29 lines (28 loc) • 597 B
Plain Text
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"vueIndentScriptAndStyle": false,
"parser": "json",
"spaceBeforeFunctionParen": [
2,
{
"anonymous": "always",
"named": "never",
"asyncArrow": "always"
}
]
}