Skip to content

Commit f936761

Browse files
committed
Add restructuredtext editor settings for word wrapping
1 parent df4006d commit f936761

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@
2525
"editor.codeActionsOnSave": {
2626
"source.organizeImports": "explicit",
2727
},
28+
"[restructuredtext]": {
29+
"editor.wordWrap": "on"
30+
},
2831
}

0 commit comments

Comments
 (0)