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
+2 -1
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"
]
}