We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7b3be commit e94ee66Copy full SHA for e94ee66
.vscode/settings.json
@@ -2,5 +2,9 @@
2
"C_Cpp.intelliSenseEngine": "default",
3
"idf.pythonInstallPath": "/opt/esp/python_env/idf5.5_py3.12_env/bin/python",
4
"idf.port": "/dev/ttyACM0",
5
- "idf.flashType": "UART"
+ "idf.flashType": "UART",
6
+ "C_Cpp.clang_format_style": "file:/workspaces/espp/.clang-format",
7
+ "C_Cpp.formatting": "clangFormat",
8
+ "editor.formatOnSave": true,
9
+ "editor.formatOnSaveMode": "modifications"
10
}
0 commit comments