VSCode config

This commit is contained in:
2025-09-06 08:51:07 -04:00
parent 3e9eecc279
commit 93fd2ac0ab
+2 -1
View File
@@ -74,7 +74,8 @@
"future": "cpp",
"shared_mutex": "cpp",
"typeindex": "cpp",
"bitset": "cpp"
"bitset": "cpp",
"*.ipp": "cpp"
},
"editor.rulers": [80, 120],
"editor.tabSize": 4,