Skip to content
Snippets Groups Projects
Commit 5ab7aa48 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4899 update prettier conf

parent 560c225a
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@
"bracketSameLine": false,
"bracketSpacing": true,
"semi": true,
"experimentalTernaries": false,
"experimentalTernaries": true,
"singleQuote": true,
"jsxSingleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"singleAttributePerLine": false,
"singleAttributePerLine": true,
"htmlWhitespaceSensitivity": "css",
"vueIndentScriptAndStyle": false,
"proseWrap": "preserve",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment