13 lines
227 B
Plaintext
Raw Normal View History

2024-03-23 22:19:49 +00:00
{
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "none",
"printWidth": 150,
"singleAttributePerLine": false,
"arrowParens": "always",
"plugins": []
}