2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-03-04 15:50:43 +00:00
greenlock.js/.prettierrc

9 lines
136 B
Plaintext

{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}