Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sac-group
sac2c
Wiki
Styleguide
Styleguide
· Changes
Page history
Start Styleguide.md
authored
Jun 16, 2025
by
Quinten Cabo
Hide whitespace changes
Inline
Side-by-side
Styleguide.md
0 → 100644
View page @
72e29aa2
Here are some code style guides:
-
Put function definition blocks on a new line:
```
c
void
foo
()
{
}
```
-
Use spaces and not tabs.
\ No newline at end of file