houhou/.prettierrc.json5
2023-06-11 15:08:15 -05:00

8 lines
102 B
Plaintext

{
useTabs: false,
tabWidth: 2,
singleQuote: false,
trailingComma: "all",
printWidth: 100,
}