mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
17 lines
281 B
Plaintext
17 lines
281 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 160,
|
|
"arrowParens": "always",
|
|
"overrides": [
|
|
{
|
|
"files": "locales/*.ts",
|
|
"options": {
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"printWidth": 9999
|
|
}
|
|
}
|
|
]
|
|
} |