Skip to content
Snippets Groups Projects
Commit faabb8d9 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

README code fix

parent 2ba5e732
No related branches found
No related tags found
No related merge requests found
......@@ -198,10 +198,12 @@ relevant programs, notably "ugen" (which is just a tilde object; see d_ugen.c.)
1.5. Spacing. Tabs are 8 spaces; indentation is 4 spaces. Indenting
curly brackets are by themselves on their own lines, as in:
if (x)
{
x = 0;
}
```c
if (x)
{
x = 0;
}
```
Lines should fit within 80 spaces.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment