improvement(vscode): auto format C files on save
This commit is contained in:
parent
f0f9b38686
commit
84cb1fab27
1 changed files with 3 additions and 0 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -2,5 +2,8 @@
|
|||
"files.associations": {
|
||||
"*.overlay": "dts",
|
||||
"*.keymap": "dts"
|
||||
},
|
||||
"[c]": {
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue