houhou/.prettierrc.json5

8 lines
102 B
Plaintext
Raw Normal View History

2023-06-07 22:49:03 +00:00
{
useTabs: false,
tabWidth: 2,
singleQuote: false,
trailingComma: "all",
printWidth: 100,
2023-06-07 23:03:50 +00:00
}