Skip to content

Commit db51a24

Browse files
committed
chore: update clang format settings
1 parent 43b2a69 commit db51a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
"source_location": "cpp",
8282
"regex": "cpp"
8383
},
84-
"clang-format.executable": "/usr/bin/clang-format",
85-
"clang-format.style": "file",
84+
"C_Cpp.formatting": "clangFormat",
85+
"C_Cpp.clang_format_path": "/usr/bin/clang-format",
8686
"C_Cpp.dimInactiveRegions": false,
8787
"python.defaultInterpreterPath": "/home/pi/venv/bin/python",
8888
}

0 commit comments

Comments
 (0)