shmatter.js/.prettierrc

8 lines
114 B
Plaintext
Raw Normal View History

2020-05-07 03:58:55 +00:00
{
"bracketSpacing": true,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}