style: formatting changes

This commit is contained in:
Ritesh Ghosh
2025-04-14 23:59:26 +05:30
parent cbfc462d5e
commit cc838023ae
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -2,12 +2,12 @@
* @type {import("prettier").Config}
*/
export default {
semi: true,
tabWidth: 2,
useTabs: false,
printWidth: 80,
singleQuote: false,
arrowParens: "always",
trailingComma: "es5",
singleAttributePerLine: true,
semi: true,
tabWidth: 4,
useTabs: false,
printWidth: 80,
singleQuote: false,
arrowParens: "always",
trailingComma: "es5",
singleAttributePerLine: true,
};