Files

10 lines
163 B
Plaintext
Raw Permalink Normal View History

2025-11-11 17:07:13 +08:00
{
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": false,
"bracketSpacing": true,
"quoteProps": "consistent"
}