{
	"useTabs": true,
	"tabWidth": 2,
	"semi": false,
	"singleQuote": true,
	"bracketSpacing": true,
	"trailingComma": "none",
	"printWidth": 120,
	"arrowParens": "avoid",
	"vueIndentScriptAndStyle": false,
	"endOfLine": "lf"
}