mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
18 lines
281 B
Text
18 lines
281 B
Text
{
|
|
"singleQuote": false,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.html", "*.ejs"],
|
|
"options": {
|
|
"parser": "html",
|
|
"htmlWhitespaceSensitivity": "ignore"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"tabWidth": 4
|
|
}
|
|
}
|
|
]
|
|
}
|