-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove old comments and printf debug statements. Consistent indenting. #26
Conversation
src/src/events.cpp
Outdated
* their default values | ||
************************************************************/ | ||
/********************************************************************* | ||
* It all starts here .sup file has not been read yet and the sim has |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sind das etwa Tabs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das sind hoffentlich 4 Leerzeichen. Ansonsten natürlich Asche auf mein Haupt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sind tabs... nochmal ändern oder egal?
Gibt eh noch merge conflicts
Habe einmal alles überflogen. Sieht ganz gut aus. |
|
So like this: https://stackoverflow.com/questions/2355834/how-can-i-autoformat-indent-c-code-in-vim It says this only corrects indentation. Any plans to also change other whitespace stuff? |
Für mich wären die ersten drei, insbesondere GNU in Ordnung. |
OK. I will
|
Das 3. Beispiel scheint nicht wirklich GNU zu sein (https://www.gnu.org/prep/standards/html_node/Writing-C.html). Aber d.h. du magst:
? |
Ich bin da nicht dogmatisch. Das wäre ok für mich, aber wenn du etwas anderes für besser hälst, dann ist das auch ok! |
Allman scheint verbreiteter zu sein? Enscheide du ruhig. |
Should be good now. Consistent indentation for .cpp files. I left the .c files alone. I made formatting suggestions in the README. |
Sieht gut aus |
Du hast es so gewollt.