VSCode config

This commit is contained in:
2025-10-25 23:02:08 -04:00
parent b89c8cdc4f
commit b576d41595
+4 -1
View File
@@ -78,7 +78,10 @@
"*.ipp": "cpp", "*.ipp": "cpp",
"unordered_set": "cpp", "unordered_set": "cpp",
"forward_list": "cpp", "forward_list": "cpp",
"barrier": "cpp" "barrier": "cpp",
"strstream": "cpp",
"regex": "cpp",
"stacktrace": "cpp"
}, },
"editor.rulers": [80, 120], "editor.rulers": [80, 120],
"editor.tabSize": 4, "editor.tabSize": 4,