summary refs log tree commit diff
path: root/.prettierrc.json
blob: 7f0d7f20dd96c1a39431db186319f33614ac27bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
	"trailingComma": "all",
	"tabWidth": 4,
	"semi": true,
	"arrowParens": "always",
	"bracketSameLine": false,
	"bracketSpacing": true,
	"quoteProps": "as-needed",
	"useTabs": true,
	"singleQuote": false
}