-
Notifications
You must be signed in to change notification settings - Fork 29
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
General Cleanup #151
Comments
Is there any formatting guide? So that other developer may help too. |
@srifqi What most IDE's will give. TABs should be four spaces, and increase readability of code, add newlines wherever required. See the commits I have done to get an idea. I'm assigning this to you now, assuming you will do it. If you can't, post a comment here. |
Well, my text editor uses Tab character instead of four spaces. Should I do Find and Replace? |
@srifqi Well, when you press the "TAB" key, it puts 2, 4 or 8 spaces. I'm telling that you should put 4 by changing the settings of your text editor. |
Uses 4 spaces as TAB. Commenting unused code. (i.e. if statement with no action) apps/ boot/ platform/ sbin/ var/
Uses 4 spaces as TAB. Commenting unused code. (i.e. if statement with no action) apps/ boot/ platform/ sbin/ var/
Uses 4 spaces as TAB. Commenting unused code. (i.e. if statement with no action) apps/ boot/ platform/ sbin/ var/
Some General Cleanup #151 (Part 1)
Uses 4 spaces as TAB. Commenting unused code. (i.e. if statement with no action) apps/ boot/ platform/ sbin/ var/
The formatting in the code of BoneOS is horrible. Need to do that properly
The text was updated successfully, but these errors were encountered: