meta/.prettierrc
Alexander Borsuk dc91b633ba npm run upgrade, fixed toml prettier error
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-12-14 22:56:17 +02:00

8 lines
156 B
Text

{
"plugins": ["prettier-plugin-toml"],
"printWidth": 120,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
}