Skip to content

Commit ed7615f

Browse files
ying.liuying.liu
authored andcommitted
add wrap line length
1 parent bf33b86 commit ed7615f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/frontend-project-guideline.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ The following are some commons user settings for VS Code IDE.
2525
"editor.tabSize": 2,
2626
"editor.minimap.enabled": false,
2727
"files.trimFinalNewlines": true,
28-
"files.insertFinalNewline": true
28+
"files.insertFinalNewline": true,
29+
"html.format.wrapLineLength": 60,
2930
```
3031

3132
### 常用的 Extensions

0 commit comments

Comments
 (0)