mirror of
https://github.com/Noratrieb/nilstrieb-c-style-guide-edition-2.git
synced 2026-01-17 00:35:07 +01:00
deploy: acf99e34fd
This commit is contained in:
parent
492783020c
commit
9a13559cb2
6 changed files with 9 additions and 9 deletions
|
|
@ -165,7 +165,7 @@ body cannot fit into a single line, make a new function instead.</p>
|
|||
}
|
||||
</code></pre>
|
||||
<h2 id="identation"><a class="header" href="#identation">Identation</a></h2>
|
||||
<p>C code must be indented with 3 spaces. The toplevel should be indented as well.</p>
|
||||
<p>C code must be indented with 3 spaces. The top-level should be indented as well.</p>
|
||||
<pre><code class="language-c"> #include<stdio.h>
|
||||
|
||||
int main() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue