1
1
mirror of https://github.com/pawelmalak/flame.git synced 2024-12-24 18:52:37 +03:00
flame/.prettierrc

9 lines
136 B
Plaintext

{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"arrowParens": "always",
"printWidth": 80,
"trailingComma": "es5"
}