Spaces:
Sleeping
Sleeping
| { | |
| "semi": true, | |
| "singleQuote": true, | |
| "singleAttributePerLine": false, | |
| "htmlWhitespaceSensitivity": "css", | |
| "printWidth": 150, | |
| "plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"], | |
| "tailwindFunctions": ["clsx", "cn"], | |
| "tabWidth": 2, | |
| "overrides": [ | |
| { | |
| "files": "**/*.yml", | |
| "options": { | |
| "tabWidth": 2 | |
| } | |
| } | |
| ] | |
| } | |