k8s-deploy/.prettierrc.json
2022-06-24 16:57:45 -04:00

9 lines
140 B
JSON

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