Dodal ukaze za format 3 in 4

This commit is contained in:
Timon 2025-11-30 20:19:41 +01:00
parent cf3dd766d0
commit 8222f8dd0a
4 changed files with 117 additions and 8 deletions

15
.vscode/c_cpp_properties.json vendored Normal file
View file

@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c23",
"cppStandard": "c++23",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}