Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
4b8b02e8
Commit
4b8b02e8
authored
Apr 18, 2003
by
Alexandre Duret-Lutz
Browse files
document labels
parent
4cf59e76
Changes
1
Hide whitespace changes
Inline
Side-by-side
HACKING
View file @
4b8b02e8
...
...
@@ -136,6 +136,26 @@ Formating
* If a line takes more than 80 columns, split it or rethink it.
* Labels or case statements are left-indented by two spaces,
without space before the `:'.
if (something)
{
top:
bar = foo();
switch (something_else)
{
case first_case:
f();
break;
case second_case:
g();
break;
default:
goto top;
}
}
Naming
======
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment