aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorMatthew Strapp <msattr@gmail.com>2020-10-19 08:19:15 -0500
committerMatthew Strapp <msattr@gmail.com>2020-10-19 08:19:15 -0500
commit09b288816fab88b16dbb696189963dbe56e773b6 (patch)
tree9e9b304ab97225c20865c8c9b02b4611f62ae299 /.vscode/c_cpp_properties.json
parentadd breakouts (diff)
downloadhomework-09b288816fab88b16dbb696189963dbe56e773b6.tar
homework-09b288816fab88b16dbb696189963dbe56e773b6.tar.gz
homework-09b288816fab88b16dbb696189963dbe56e773b6.tar.bz2
homework-09b288816fab88b16dbb696189963dbe56e773b6.tar.lz
homework-09b288816fab88b16dbb696189963dbe56e773b6.tar.xz
homework-09b288816fab88b16dbb696189963dbe56e773b6.tar.zst
homework-09b288816fab88b16dbb696189963dbe56e773b6.zip
e
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index c80bfaa..e42bd88 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -8,7 +8,7 @@
"${workspaceFolder}/**"
],
"defines": [],
- "cStandard": "c18",
+ "cStandard": "c17",
"cppStandard": "c++20"
}
],