mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-06 15:05:53 +00:00
add clang-format-11 support
This commit is contained in:
parent
2fa33acbaf
commit
fc053ebf97
2 changed files with 6 additions and 2 deletions
|
|
@ -19,12 +19,14 @@
|
|||
"python.linting.mypyPath": "/usr/local/py-utils/bin/mypy",
|
||||
"python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle",
|
||||
"python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle",
|
||||
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint"
|
||||
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint",
|
||||
"clang-format.executable": "clang-format-11"
|
||||
},
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
"ms-python.vscode-pylance",
|
||||
"platformio.platformio-ide"
|
||||
"platformio.platformio-ide",
|
||||
"xaver.clang-format"
|
||||
],
|
||||
"postCreateCommand": "pip3 install --user platformio",
|
||||
//"remoteUser": "vscode"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue