dotfiles/prettier/.prettierrc
tactonbishop 55a4496b20 Cleanup
2022-05-15 14:45:38 +01:00

7 lines
106 B
Text

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