Skip to content

Commit

Permalink
add workspace config (vscode): format on save
Browse files Browse the repository at this point in the history
  • Loading branch information
carloluis committed Dec 30, 2017
1 parent 5c67fdd commit 163954c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ build/Release

# IDEs and editors
/.idea
/.vscode
/.vscode/*
!/.vscode/settings.json
.project
.classpath
*.launch
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}

0 comments on commit 163954c

Please sign in to comment.