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 @@ ...@@ -3,12 +3,12 @@
"bracketSameLine": false, "bracketSameLine": false,
"bracketSpacing": true, "bracketSpacing": true,
"semi": true, "semi": true,
"experimentalTernaries": false, "experimentalTernaries": true,
"singleQuote": true, "singleQuote": true,
"jsxSingleQuote": true, "jsxSingleQuote": true,
"quoteProps": "as-needed", "quoteProps": "as-needed",
"trailingComma": "all", "trailingComma": "all",
"singleAttributePerLine": false, "singleAttributePerLine": true,
"htmlWhitespaceSensitivity": "css", "htmlWhitespaceSensitivity": "css",
"vueIndentScriptAndStyle": false, "vueIndentScriptAndStyle": false,
"proseWrap": "preserve", "proseWrap": "preserve",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment