VSCode config
This commit is contained in:
Vendored
+2
-1
@@ -74,7 +74,8 @@
|
|||||||
"future": "cpp",
|
"future": "cpp",
|
||||||
"shared_mutex": "cpp",
|
"shared_mutex": "cpp",
|
||||||
"typeindex": "cpp",
|
"typeindex": "cpp",
|
||||||
"bitset": "cpp"
|
"bitset": "cpp",
|
||||||
|
"*.ipp": "cpp"
|
||||||
},
|
},
|
||||||
"editor.rulers": [80, 120],
|
"editor.rulers": [80, 120],
|
||||||
"editor.tabSize": 4,
|
"editor.tabSize": 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user