Files
dotfiles/.prettierrc.json
2024-10-31 22:48:40 +01:00

9 lines
156 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"spaceBeforeFunctionParen": false,
"printWidth": 120
}