style: formatting changes
This commit is contained in:
+8
-8
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user