keypairs.js/.prettierrc.json

9 lines
135 B
JSON
Raw Permalink Normal View History

2020-07-28 21:42:32 +00:00
{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": true
}