style: formatting changes
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@
|
||||
end_of_line = lf
|
||||
|
||||
[*.{js,mjs,ts}]
|
||||
indent_size = 2
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
+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