Skip to content

Commit

Permalink
force auto formatting for vscode (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored May 24, 2022
1 parent 4898c56 commit 8f160cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.vscode/

*.jl.cov
*.jl.mem
*.mem
Expand Down
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"[julia]": {
"editor.formatOnSave": true
}
}

0 comments on commit 8f160cd

Please sign in to comment.