mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 10:29:11 -04:00
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"printWidth": 128,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
}
|