This commit is contained in:
不做码农
2021-12-05 08:37:25 +08:00
parent 56106b8203
commit c94a94d9d8
2 changed files with 17 additions and 11 deletions

12
ZR.Vue/.jsbeautifyrc Normal file
View File

@@ -0,0 +1,12 @@
{
"brace_style": "none,preserve-inline",
"indent_size": 2,
"indent_char": " ",
"jslint_happy": true,
"unformatted": [
""
],
"css": {
"indent_size": 2
}
}