hugo-theme-terminal/.prettierrc

6 lines
73 B
Text
Raw Normal View History

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