Add .prettierrc file

Add a `.prettierrc` file to help synchronise the settings for the VSCode
Prettier extension.
This commit is contained in:
Sybren A. Stüvel 2023-09-11 17:08:26 +02:00
parent 95dd4f7474
commit c2e34ff4e3

8
.prettierrc Normal file
View File

@ -0,0 +1,8 @@
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true,
"bracketSpacing": false,
"arrowParens": "always"
}