mirror of
https://github.com/embarklabs/subspace.git
synced 2025-01-11 23:05:25 +00:00
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"useTabs": false,
|
|
"jsxSingleQuote": false,
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 120
|
|
} |