Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 459 Bytes

style-guide.md

File metadata and controls

11 lines (6 loc) · 459 Bytes

Style Guide

Code style is very subjective but consistency is very important for a healthy codebase. Quill strives to follow good programming practices and the language specific guidelines so those will not be reproduced here. However some less obvious guidelines are listed below.

If there is ever uncertainty, please look at other parts of the codebase and mimic that style.

General

  • Use two spaces for tabs
  • No trailing whitespace on any lines