mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
11 lines
163 B
Text
11 lines
163 B
Text
{
|
|
"parser": "babel",
|
|
"printWidth": 100,
|
|
"trailingComma": "all",
|
|
"overrides": [{
|
|
"files": ".html",
|
|
"options": {
|
|
"parser": "html"
|
|
}
|
|
}]
|
|
}
|