Skip to content

Commit

Permalink
making wordwrapping by default for latex files (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFaria authored Apr 9, 2024
1 parent 3a4d34d commit aa1d359
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vscode/settings/User.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"!r",
"!json",
"!yaml"
]
],
"[latex]": {
"editor.wordWrap": "on",
}
}

0 comments on commit aa1d359

Please sign in to comment.