Skip to content

Commit

Permalink
fix caption
Browse files Browse the repository at this point in the history
  • Loading branch information
filipemh committed May 9, 2023
1 parent 870f8b1 commit 213a598
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"printWidth": 160
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.wordWrapColumn": 160,
"diffEditor.wordWrap": "off",
"editor.rulers": [
160
],
"editor.formatOnSave": false
}

0 comments on commit 213a598

Please sign in to comment.