acme-http-01-s3.js/.prettierrc

9 lines
135 B
Plaintext
Raw Normal View History

2019-11-01 06:23:19 +00:00
{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": true
}