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