Skip to content

Commit

Permalink
Force proper indentation for Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Jul 4, 2024
1 parent befd4d3 commit fa41c6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@
"log.h": "c",
"vstring.h": "c",
"stdarg.h": "c"
},
"[makefile]": {
"editor.insertSpaces": false,
"editor.detectIndentation": false
}
}
}

0 comments on commit fa41c6a

Please sign in to comment.