specify clang for c++ formatting conventions

This commit is contained in:
Kevin Hester
2021-03-19 15:24:05 +08:00
parent 84505b1717
commit 21cfb151a8
3 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
"platformio.platformio-ide",
"xaver.clang-format"
]
}

View File

@@ -77,5 +77,6 @@
"--java_out=/tmp",
"-I=/home/kevinh/development/meshtastic/meshtastic-esp32/proto"
]
}
},
"editor.formatOnSave": true
}