mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 11:15:48 +00:00
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
{
|
|
"parser": "typescript",
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"quoteProps": "consistent",
|
|
"bracketSpacing": false
|
|
}
|