s3.js/.prettierrc.json

9 lines
148 B
JSON
Raw Normal View History

2022-01-06 23:22:51 +00:00
{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}