2
0
mirror of https://github.com/therootcompany/s3.js synced 2025-03-03 15:10:43 +00:00
s3.js/.prettierrc

9 lines
136 B
Plaintext
Raw Normal View History

2020-03-12 04:26:31 -06:00
{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}