improvement(vscode): auto format C files on save

This commit is contained in:
Joel Spadin 2020-10-03 14:19:27 -05:00
parent f0f9b38686
commit 84cb1fab27

View file

@ -2,5 +2,8 @@
"files.associations": {
"*.overlay": "dts",
"*.keymap": "dts"
},
"[c]": {
"editor.formatOnSave": true
}
}