2023-02-11 05:11:27 +02:00
|
|
|
{
|
2023-02-11 20:52:00 +02:00
|
|
|
"bracketSpacing": true,
|
2023-02-11 05:11:27 +02:00
|
|
|
"arrowParens": "avoid",
|
2023-02-11 20:52:00 +02:00
|
|
|
"printWidth": 120,
|
2023-02-11 05:11:27 +02:00
|
|
|
"trailingComma": "none",
|
2023-02-11 20:52:00 +02:00
|
|
|
"singleQuote": false,
|
|
|
|
"endOfLine": "auto"
|
2023-02-11 05:11:27 +02:00
|
|
|
}
|