fix editorconfig for makefile
This commit is contained in:
parent
b72e5b904e
commit
f3ca2dd34b
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ in
|
|||
"rust-analyzer.checkOnSave.command" = "clippy";
|
||||
"extensions.autoUpdate" = false;
|
||||
"extensions.autoCheckUpdates" = false;
|
||||
"\[makefile\]" = {
|
||||
"editor.insertSpaces" = false;
|
||||
"editor.detectIndentation" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue