Format code

This commit is contained in:
DefectingCat
2023-01-04 15:26:36 +08:00
parent d899e211a5
commit a2486d6b62
3 changed files with 3 additions and 3 deletions

View File

@ -9,4 +9,4 @@ indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
insert_final_newline = true

View File

@ -13,4 +13,4 @@
.wrapper .loading span {
margin: unset;
}
}

View File

@ -11,7 +11,7 @@
"lint": "next lint",
"test": "jest --watch",
"test-ci": "jest --ci --coverage",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\" --ignore-unknown"
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,md,mdx,css}\" --ignore-unknown"
},
"dependencies": {
"@codesandbox/sandpack-react": "^1.17.1",