eduproj/.prettierrc.json5

8 lines
102 B
Plaintext
Raw Normal View History

2021-12-28 07:01:39 +00:00
{
useTabs: false,
tabWidth: 2,
2021-12-28 07:12:59 +00:00
singleQuote: false,
trailingComma: "all",
printWidth: 100,
2021-12-28 07:01:39 +00:00
}