mirror of
https://github.com/philipredstone/relnet.git
synced 2025-06-17 21:11:16 +02:00
12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"trailingComma": "es5",
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"bracketSpacing": true,
|
|
"jsxSingleQuote": false,
|
|
"bracketSameLine": false
|
|
} |