fix editorconfig for makefile

This commit is contained in:
Vinzenz Schroeter 2024-06-21 17:17:37 +02:00
parent b72e5b904e
commit f3ca2dd34b

View file

@ -120,6 +120,10 @@ in
"rust-analyzer.checkOnSave.command" = "clippy";
"extensions.autoUpdate" = false;
"extensions.autoCheckUpdates" = false;
"\[makefile\]" = {
"editor.insertSpaces" = false;
"editor.detectIndentation" = false;
};
};
};