[docs] added prettier config file (#26817)

feat: added prettier config file
This commit is contained in:
Nick Frostbutter 2022-07-28 13:44:02 -04:00 committed by GitHub
parent 817f65bb50
commit 013d045981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
docs/.prettierrc.json Normal file
View File

@ -0,0 +1,6 @@
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}