Nguyen Trung Nghia 6074e31003 init
2025-05-08 16:36:17 +07:00

12 lines
258 B
JSON

{
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "avoid",
"jsxBracketSameLine": true,
"html.format.wrapAttributes": "auto",
"html.format.wrapLineLength": 0,
"printWidth": 1000
}