summary refs log tree commit diff
path: root/.prettierrc
blob: 0defea23801445fb033336a5062a666d84bf851f (plain) (blame)
1
2
3
4
5
6
{
	"tabWidth": 4,
	"useTabs": true,
	"printWidth": 140,
	"trailingComma": "none"
}