mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"jsxSingleQuote": true,
|
|
"singleQuote": true,
|
|
"jsxBracketSameLine": true,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"semi": false
|
|
}
|