Flamenco/.prettierrc
Sybren A. Stüvel c2e34ff4e3 Add .prettierrc file
Add a `.prettierrc` file to help synchronise the settings for the VSCode
Prettier extension.
2023-09-11 17:08:26 +02:00

9 lines
133 B
Plaintext

{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true,
"bracketSpacing": false,
"arrowParens": "always"
}