setup-kubectl/.prettierrc.json
2022-06-23 16:06:44 -07:00

8 lines
140 B
JSON

{
"trailingComma": "none",
"bracketSpacing": false,
"semi": false,
"tabWidth": 3,
"singleQuote": true,
"printWidth": 80
}