2024-11-15 23:37:56 +01:00
|
|
|
{
|
2024-11-27 19:23:48 +01:00
|
|
|
"endOfLine": "auto",
|
|
|
|
"quoteProps": "consistent",
|
2024-11-15 23:37:56 +01:00
|
|
|
"trailingComma": "es5",
|
|
|
|
"semi": true,
|
2024-11-27 19:23:48 +01:00
|
|
|
"singleAttributePerLine": true,
|
2024-11-15 23:37:56 +01:00
|
|
|
"singleQuote": true
|
|
|
|
}
|