Newer
Older
percord / .prettierrc.json
@Rory& Rory& on 17 Dec 248 bytes Prettier a few files
{
	"trailingComma": "all",
	"tabWidth": 4,
	"semi": true,
	"arrowParens": "always",
	"bracketSameLine": false,
	"bracketSpacing": true,
	"quoteProps": "as-needed",
	"useTabs": true,
	"singleQuote": false,
	"endOfLine": "auto",
	"printWidth": 180
}