Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 781 Bytes

File metadata and controls

24 lines (17 loc) · 781 Bytes
eleventyNavigation
key order
Development
4

Development

If you would like to contribute to PolyMC, you might find it useful to join our Discord Server.

Building

If you want to build PolyMC yourself and/or contribute, check out our Build Instructions page for a handy guide.

Code formatting

Please follow the existing formatting.

In general, by order of importance:

  • Make sure your IDE is not messing up line endings or whitespace and avoid using linters.
  • Prefer readability over dogma.
  • Keep to the existing formatting.
  • Indent with 4 space unless it's in a submodule.
  • Keep lists (of arguments, parameters, initializers...) as lists, not paragraphs. It should either read from top to bottom, or left to right. Not both.