zig-course/prettierrc.json

12 lines
228 B
JSON

{
"singleQuote": true,
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"jsxSingleQuote": true,
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "strict",
"vueIndentScriptAndStyle": true
}