Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed Aug 5, 2023
1 parent a5119f7 commit de38afa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.tabSize": 2
}
2 changes: 1 addition & 1 deletion ansi-render.typ
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
[#str]
}
// fill trailing newlines
let s = str.find(regex("\n+$"))
let s = str.find(regex("\n+$"))
if s != none {
for i in s {
linebreak()
Expand Down

0 comments on commit de38afa

Please sign in to comment.