mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"jsxSingleQuote": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"useTabs": false
|
|
}
|