setup-go/.prettierrc.json

11 строки
224 B
JSON
Исходник Обычный вид История

2019-06-19 16:44:17 +03:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}