eduproj/.prettierrc.json5

8 lines
102 B
Plaintext

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