greenlock-express.js/.prettierrc

8 lines
113 B
Plaintext
Raw Normal View History

2019-06-03 03:47:07 -06:00
{
"bracketSpacing": true,
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": true
}