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