hugo-theme-terminal/.prettierrc

6 lines
73 B
Plaintext
Raw Normal View History

2019-01-28 00:11:02 +00:00
{
"parser": "babylon",
"printWidth": 100,
"trailingComma": "all"
}