5 changed files with 15612 additions and 1212 deletions
@ -0,0 +1,23 @@ |
|||||||
|
{ |
||||||
|
"plugins": ["./node_modules/@zackad/prettier-plugin-twig"], |
||||||
|
"printWidth": 120, |
||||||
|
"singleQuote": false, |
||||||
|
"trailingComma": "all", |
||||||
|
"bracketSpacing": true, |
||||||
|
"semi": true, |
||||||
|
"overrides": [ |
||||||
|
{ |
||||||
|
"files": "*.twig", |
||||||
|
"options": { |
||||||
|
"printWidth": 120 |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"files": ["*.css", "*.scss"], |
||||||
|
"options": { |
||||||
|
"singleQuote": false, |
||||||
|
"printWidth": 120 |
||||||
|
} |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
Loading…
Reference in new issue