Code Conventions

  • 4 spaces indent no tabs. (.vimrc: set ai et sts=4 tw=75)
  • Edit everything in UTF-8 format (this will help with internationalization) (.vimrc: set encoding=utf8 set fileencoding=utf8)
  • stay within 80 characters if possible
  • Comment as much as possible (I know, I have not been a good example yet).
  • Please add more here as you desire.