mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
12 lines
219 B
JSON
12 lines
219 B
JSON
|
{
|
||
|
"parser": "typescript",
|
||
|
"singleQuote": true,
|
||
|
"jsxSingleQuote": true,
|
||
|
"semi": false,
|
||
|
"tabWidth": 2,
|
||
|
"trailingComma": "none",
|
||
|
"bracketSpacing": true,
|
||
|
"bracketSameLine": true,
|
||
|
"arrowParens": "always"
|
||
|
}
|