mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-10 13:45:25 +00:00
9 lines
160 B
Text
9 lines
160 B
Text
{
|
|
"arrowParens": "avoid",
|
|
"jsxSingleQuote": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"useTabs": false
|
|
}
|