diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 9e4ad71..547ffed 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -64,10 +64,10 @@ "intelliSenseMode": "msvc-x64", "cStandard": "c11", "cppStandard": "c++17", - "defines": [ - "WIN32" - ] + "defines": [ + "WIN32" + ] } ], - "version": 3 + "version": 4 } \ No newline at end of file