Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michal Zima
coincer
Commits
54be724b
Commit
54be724b
authored
Nov 17, 2017
by
xHire
Browse files
Comments
parent
d99a4c54
Changes
1
Hide whitespace changes
Inline
Side-by-side
DEV-CODESTYLE
View file @
54be724b
...
...
@@ -7,6 +7,22 @@
- all files are terminated with a \n
%%% Comments
/* single line comment (before code) */
foo(); /* short comment on a line with code */
/* some in-code comment that spreads multiple lines; please note that it matters
* how you handle the beginning, continuation and ending of the comment
*/
/*
* Proper big comment has first line empty.
*
* Then it continues normally.
* And so is terminated.
*/
%%% If statements
if (var <= 64) {
return 0;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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