zig-cli/.prettierrc.json

9 lines
147 B
JSON
Raw Normal View History

2024-03-14 15:03:18 +00:00
{
"bracketSpacing": true,
"bracketSameLine": true,
"vueIndentScriptAndStyle": true,
"tabWidth": 2,
"singleQuote": true,
"semi": true
}