thegeeklab/.prettierrc
Robert Kaussow 725dff258d
All checks were successful
continuous-integration/drone/push Build is passing
chore: remove unmaintained dependency prettier-plugin-go-template (#234)
Reviewed-on: #234
2023-07-05 20:36:04 +02:00

7 lines
91 B
Plaintext

{
"printWidth": 99,
"singleQuote": false,
"semi": false,
"trailingComma": "none"
}