houhou/.prettierrc.json5

8 lines
102 B
Text
Raw Normal View History

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