Skip to content

Commit

Permalink
Update editor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbocanegra committed Jan 30, 2024
1 parent 2053f56 commit e92661c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@
"-header-insertion=never"
],
"files.trimTrailingWhitespace": true,
"editor.formatOnSave": true
"[cpp]": {
"editor.formatOnSave": true
},
"[qml]": {
"editor.formatOnSave": false
}
}

0 comments on commit e92661c

Please sign in to comment.