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