chore: make vscode fix errors on save

This commit is contained in:
Kim, Jimin 2023-06-27 16:37:25 +09:00
parent 0459c96491
commit 952ace00d3

View file

@ -4,6 +4,9 @@
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.detectIndentation": false, "editor.detectIndentation": false,
"editor.insertSpaces": false, "editor.insertSpaces": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"cSpell.words": [ "cSpell.words": [
"bspwm", "bspwm",
"cairographics", "cairographics",