We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cdfb9 commit a076a6fCopy full SHA for a076a6f
Tools/Makefiles.md
@@ -33,7 +33,7 @@ all:
33
< TAB-8 > $(CC) <source.c> -o $(TARGET)
34
```
35
where < TAB-8 > is a real size 8 tab. ⚠️ not 8 spaces. this has to be set in your editor\
36
-`:set noexpandtab` `set softtabstop=8` and `:set ts=8` in vim
+`:set noexpandtab` `:set softtabstop=8` and `:set ts=8` in vim
37
38
You can make it permanent to your file:\
39
On the first line of Makefile write the following _vim_modeline_:
0 commit comments