s3.js/.prettierrc.json
2022-01-06 16:22:51 -07:00

9 lines
148 B
JSON

{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}