mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"printWidth": 120,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"trailingComma": "none",
|
|
"singleQuote": true,
|
|
"bracketLine": true
|
|
}
|