mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-14 11:48:28 -04:00
6412318479
Push
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "es5",
|
|
"endOfLine": "auto",
|
|
"printWidth": 80
|
|
}
|