Skip to content

Commit ff12237

Browse files
committed
Patch for zmkfirmware#1243: follow linter requirements
1 parent 8950cc2 commit ff12237

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

.vscode/c_cpp_properties.json

+13-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
2-
"configurations": [
3-
{
4-
"name": "Linux",
5-
"includePath": [
6-
"${workspaceFolder}/**"
7-
],
8-
"defines": [],
9-
"compilerPath": "/usr/bin/gcc",
10-
"cStandard": "gnu17",
11-
"cppStandard": "c++17",
12-
"intelliSenseMode": "linux-gcc-arm",
13-
"compileCommands": "${workspaceFolder}/app/build/compile_commands.json"
14-
}
15-
],
16-
"version": 4
2+
"configurations": [
3+
{
4+
"name": "Linux",
5+
"includePath": ["${workspaceFolder}/**"],
6+
"defines": [],
7+
"compilerPath": "/usr/bin/gcc",
8+
"cStandard": "gnu17",
9+
"cppStandard": "c++17",
10+
"intelliSenseMode": "linux-gcc-arm",
11+
"compileCommands": "${workspaceFolder}/app/build/compile_commands.json"
12+
}
13+
],
14+
"version": 4
1715
}

0 commit comments

Comments
 (0)