mirror of
https://github.com/Awesome-Technologies/synapse-admin.git
synced 2025-09-13 05:08:18 +02:00
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "avoid"
|
|
}
|