Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 532 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 532 Bytes

Contributing to DLOC

Code of conduct

Communication must be constructive and never resort to personal attacks, trolling, public or private harrassment, insults, or other unprofessional conduct.

Coding rules

  • No CRLF line endings, LF only. Set your Git core.autocrlf to true on Windows, to input on Linux (details).

  • Format code with dartfmt and use line_length = 120

Commit message

TODO