1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00
gitfolio/.prettierrc

12 lines
172 B
Text
Raw Normal View History

2019-12-09 16:14:00 +00:00
{
"overrides": [
{
2019-12-11 17:10:27 +00:00
"files": ["*.html", "*.ejs"],
2019-12-09 16:14:00 +00:00
"options": {
"parser": "html",
"htmlWhitespaceSensitivity": "ignore"
}
}
]
}