dotfiles/.vim/colors/onedark/.prettierrc

7 lines
100 B
Plaintext
Raw Normal View History

2021-11-18 23:14:21 +01:00
{
"arrowParens": "avoid",
"printWidth": 120,
"singleQuote": true,
"trailingComma": "none"
}