Files

8 lines
126 B
Plaintext
Raw Permalink Normal View History

2024-09-20 15:15:24 +08:00
{
2025-03-18 00:52:50 +08:00
"printWidth": 220,
2024-09-20 15:15:24 +08:00
"bracketSpacing": true,
2025-03-18 00:52:50 +08:00
"singleQuote": false,
2024-09-20 15:15:24 +08:00
"trailingComma": "es5",
"arrowParens": "avoid"
}