mirror of
https://github.com/Qortal/q-blog.git
synced 2025-01-29 06:12:19 +00:00
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"printWidth": 80,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"tabWidth": 2,
|
|
"semi": true
|
|
}
|