mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"printWidth": 160,
|
|
"arrowParens": "always",
|
|
"trailingComma": "es5"
|
|
}
|