mirror of
https://github.com/Qortal/Q-Apps-Utils.git
synced 2025-01-28 22:02:18 +00:00
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"tabWidth": 2,
|
|
"semi": true
|
|
}
|