acme-dns-01-duckdns.js/.prettierrc

9 lines
135 B
Plaintext
Raw Permalink Normal View History

2019-06-07 05:32:22 +00:00
{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
2019-06-07 05:32:22 +00:00
"trailingComma": "none",
"useTabs": true
}