greenlock-express.js/.prettierrc

8 lines
113 B
Plaintext
Raw Normal View History

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