Template
1
0
Go/.prettierrc.json
2025-02-24 08:59:31 +01:00

11 lines
234 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 116,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"vueIndentScriptAndStyle": true
}