Spaces:
Running
Running
| { | |
| "semi": true, | |
| "singleQuote": true, | |
| "tabWidth": 2, | |
| "printWidth": 120, | |
| "trailingComma": "es5", | |
| "bracketSpacing": true, | |
| "arrowParens": "avoid", | |
| "endOfLine": "lf", | |
| "overrides": [ | |
| { | |
| "files": "*.astro", | |
| "options": { | |
| "parser": "astro" | |
| } | |
| } | |
| ] | |
| } | |