mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-21 15:25:22 +03:00
24afbd2953
Change-Id: I1e32a0eeaaa0e6b8c8d4845183e7d37320a4eeae
11 lines
206 B
Text
11 lines
206 B
Text
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "avoid"
|
|
}
|