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.format.linebreakMultipleAssignments": true,
|
||||||
"[lua]": {
|
"[lua]": {
|
||||||
"editor.formatOnSave": false
|
"editor.formatOnSave": false
|
||||||
|
},
|
||||||
|
"[makefile]": {
|
||||||
|
"editor.insertSpaces": false
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue