mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
14 lines
225 B
Plaintext
14 lines
225 B
Plaintext
{
|
|
"overrides": [
|
|
{
|
|
"files": "html",
|
|
"options": { "parser": "liquid" }
|
|
},
|
|
{
|
|
"files": "scss",
|
|
"options": { "printWidth": 200 }
|
|
}
|
|
],
|
|
"plugins": ["@shopify/prettier-plugin-liquid"]
|
|
}
|