dotfiles/prettier/.prettierrc

8 lines
106 B
Text
Raw Normal View History

2022-03-19 11:11:17 +00:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 80
}