eduproj/.prettierrc.json5

8 lines
101 B
Plaintext

{
useTabs: false,
tabWidth: 2,
singleQuote: true,
trailingComma: 'none',
printWidth: 100
}