Skip to content

Commit

Permalink
Update coding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Mar 12, 2014
1 parent 3d8e0e7 commit 42510e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coding.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public class NickCage : MonoBehaviour

Also make sure your spaces are formatted appropriately. = and == should have spaces around them. The curly brace trick will fix these, too. You can also hit Ctrl+F, Ctrl+D in Visual Studio if you can remember that hotkey.

***Format every single file before checking it in!***

#Comments

As in the above example, there is a stupid default comment made by Unity. If the comment is nonsense, *DELETE IT*!
Expand Down

0 comments on commit 42510e1

Please sign in to comment.