mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
{
|
|
"parser": "typescript",
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"quoteProps": "consistent",
|
|
"bracketSpacing": false
|
|
} |