acme-challenge-test.js/.prettierrc

9 lines
136 B
Plaintext
Raw Permalink Normal View History

{
2019-06-06 18:16:00 +00:00
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
2019-06-13 07:32:52 +00:00
"useTabs": false
}