[docs] style: prettier force line length to 80 chars (#30133)

This commit is contained in:
Nick Frostbutter 2023-02-08 22:23:21 -05:00 committed by GitHub
parent ae59195ed0
commit 4a10ebdf0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -2,5 +2,7 @@
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false
"singleQuote": false,
"proseWrap": "always",
"printWidth": 80
}