12 lines
258 B
JSON
Raw Permalink Normal View History

2025-05-08 16:36:17 +07:00
{
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "avoid",
"jsxBracketSameLine": true,
"html.format.wrapAttributes": "auto",
"html.format.wrapLineLength": 0,
"printWidth": 1000
}