wisesplit/.prettierrc.json5
2022-11-06 19:32:42 -06:00

8 lines
115 B
Text

{
tabWidth: 2,
semi: true,
useTabs: false,
singleQuote: false,
trailingComma: "es5",
printWidth: 80,
}