greenlock-express.js/.prettierrc

8 lines
114 B
Plaintext
Raw Permalink Normal View History

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