houhou/.prettierrc.json5

7 lines
101 B
Plaintext
Raw Normal View History

2023-06-11 20:08:15 +00:00
{
useTabs: false,
tabWidth: 2,
singleQuote: false,
trailingComma: "all",
printWidth: 100,
}