greenlock-express.js/.prettierrc

8 lines
114 B
Plaintext
Raw Normal View History

2019-06-03 03:47:07 -06:00
{
"bracketSpacing": true,
"printWidth": 120,
2019-11-01 15:14:07 -06:00
"tabWidth": 4,
2019-06-03 03:47:07 -06:00
"trailingComma": "none",
2019-11-01 15:14:07 -06:00
"useTabs": false
2019-06-03 03:47:07 -06:00
}