mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-09-21 00:22:04 +03:00
Summary: As in title. We are going to try to use docusaurus for a documentation/website. This is just the initial bootstrapping commit. Reviewed By: lnicco Differential Revision: D31437203 fbshipit-source-id: 34cad7dc44f98592b5f6adc3880396b3c05ea4c2
10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": true,
|
|
"printWidth": 80,
|
|
"proseWrap": "never",
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|