Skip to content

Commit

Permalink
Add files.insertFinalNewline=true vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
krebernisak committed Aug 10, 2022
1 parent 08ebee5 commit 0bce50d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"ericglau.cairo-ls",
"dbaeumer.vscode-eslint"
]
}
}
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"editor.formatOnSaveTimeout": 1500,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
},
"files.insertFinalNewline": true
}

0 comments on commit 0bce50d

Please sign in to comment.