From 01e02ffa9b0aa916f425ffc3ad81e3916644b6f7 Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Sat, 1 Dec 2018 11:46:15 +0100 Subject: [PATCH] Update VSCode configuration. --- .vscode/c_cpp_properties.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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