Portalweb/.prettierrc

8 lines
105 B
Plaintext
Raw Normal View History

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