Skip to content
Olle Vidner edited this page Sep 25, 2015 · 3 revisions

Language

American English is the only allowed language within this codebase, except in documentation and translation files, where Swedish may be used. Spelling examples:

  • organization
  • behavior
  • color
  • humanize

Code layout

PEP-8 and the Django coding standards should be followed to greatest extent possible. Row length is limited to 79 characters, mainly to allow double coding panes on normal displays.

.editorconfig

The project includes a .editorconfig file. Make sure your editor obeys it.