Skip to content

Commit

Permalink
fix: added .tpp filetype to vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed Sep 1, 2024
1 parent 84b9029 commit 332f89c
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 @@ -84,6 +84,7 @@
"list": "cpp",
"xhash": "cpp",
"xstring": "cpp",
"xutility": "cpp"
"xutility": "cpp",
"*.tpp": "cpp"
}
}

0 comments on commit 332f89c

Please sign in to comment.