Cosmo Coding Style
In general, follow the
Java Programming Style Guidelines except as noted below. Existing code does not always follow these guidelines, but all new code should adhere to them.
8. Private class variables should have underscore suffix: ignore
Editor settings
Vi
Create a
.vimrc file in your home directory or create a global vimrc file with the following content:
set tabstop=4
set shiftwidth=4
set expandtab