special vscode config for makefile

This commit is contained in:
Cyryl Płotnicki 2019-05-31 14:41:06 +01:00
parent cba9402751
commit 2fd50ec9bf

View file

@ -20,5 +20,8 @@
"lua.format.linebreakMultipleAssignments": true,
"[lua]": {
"editor.formatOnSave": false
},
"[makefile]": {
"editor.insertSpaces": false
}
}