setup-kubectl/.prettierrc.json

9 lines
140 B
JSON
Raw Normal View History

2022-06-23 16:06:44 -07:00
{
"trailingComma": "none",
"bracketSpacing": false,
"semi": false,
"tabWidth": 3,
"singleQuote": true,
"printWidth": 80
}