Skip to content

Commit

Permalink
Bug 485626 - Update style guidelines to reflect namespace discussions
Browse files Browse the repository at this point in the history
r=asuth
  • Loading branch information
sdwilsh committed Mar 31, 2009
1 parent ade4855 commit 7c61c1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion storage/style.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ Storage Module Style Guidelines
These guidelines should be followed for all new code in this module. Reviewers
will be enforcing them, so please obey them!

* All code should be contained within the namespace Mozilla::Storage at a
* All code should be contained within the namespace mozilla::storage at a
minimum. The use of namespaces is strongly encouraged.

* All functions being called in the global namespace should be prefixed with
"::" to indicate that they are in the global namespace.

* The indentation level to use in source code is two spaces. No tabs, please!

* All files should have the following emacs and vim mode lines:
Expand Down

0 comments on commit 7c61c1a

Please sign in to comment.