s3.js/.prettierrc

9 行
136 B
Plaintext

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