dotfiles/.prettierrc
2022-03-19 11:11:17 +00:00

7 lines
106 B
Text

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