Skip to content

Commit

Permalink
.vscode: highlight Arduino sketches as cpp code
Browse files Browse the repository at this point in the history
  • Loading branch information
mguetschow committed Nov 25, 2024
1 parent 3a7f3b4 commit add2dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"files.insertFinalNewline": true,
"files.associations": {
"Makefile.*": "makefile",
"*.mk": "makefile"
"*.mk": "makefile",
"*.sketch": "cpp"
},
"[shellscript][c][cpp]": {
"editor.tabSize": 4,
Expand Down

0 comments on commit add2dc2

Please sign in to comment.