Sha256: d342904d531449d6c4f623b846769b49e04fe5181b57317e2d689458ee2c1f16

Contents?: true

Size: 360 Bytes

Versions: 1

Compression:

Stored size: 360 Bytes

Contents

Contributing
======================

Coding Style
------------

1.  All code should be indented with spaces. This is effectively the following VIM modeline:
  /* vim: set ai ts=2 sw=2 et: */

2.  Recommend removing trailing whitespace. Here is an example for .vimrc
    autocmd BufWritePre *.py normal m`:%s/\s\+$//e ``

3. Wrap lines at 80 characters MAXIMUM

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nyaa-0.3.0 HACKING