greenlock-manager-test.js/.prettierrc

9 lines
137 B
Plaintext
Raw Normal View History

{
"bracketSpacing": true,
"printWidth": 80,
2019-11-05 04:03:21 +00:00
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}