greenlock-manager.js/.prettierrc

9 lines
138 B
Plaintext

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