Files
vim-ale/.prettierrc.json

7 lines
94 B
JSON

{
"trailingComma": "all",
"tabWidth": 2,
"singleQuote": true,
"proseWrap": "always"
}