special vscode config for makefile
This commit is contained in:
parent
cba9402751
commit
2fd50ec9bf
1 changed files with 3 additions and 0 deletions
|
@ -20,5 +20,8 @@
|
|||
"lua.format.linebreakMultipleAssignments": true,
|
||||
"[lua]": {
|
||||
"editor.formatOnSave": false
|
||||
},
|
||||
"[makefile]": {
|
||||
"editor.insertSpaces": false
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue