mirror of
https://github.com/LostCityRS/Client-TS.git
synced 2026-05-06 08:56:53 -04:00
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
{
|
|
"printWidth": 250,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "auto"
|
|
}
|