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
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
export default {
|
||||
semi: true,
|
||||
tabWidth: 2,
|
||||
tabWidth: 4,
|
||||
useTabs: false,
|
||||
printWidth: 80,
|
||||
singleQuote: false,
|
||||
|
||||
Reference in New Issue
Block a user