Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ali00209 committed Oct 24, 2024
1 parent 317a0b8 commit 534cd25
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
{
"printWidth": 80,
"printWidth": 120,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"semi": true,
"bracketSpacing": true,
"trailingComma": "es5",
"arrowParens": "avoid",
"endOfLine": "lf",
"quoteProps": "consistent",
"jsxSingleQuote": true,
"jsxBracketSameLine": true,
"htmlWhitespaceSensitivity": "strict",
"vueIndentScriptAndStyle": true,
"embeddedLanguageFormatting": "off"
}
"bracketSpacing": true
}

0 comments on commit 534cd25

Please sign in to comment.