Skip to content

Contributing

halotroop2288 edited this page Apr 29, 2020 · 3 revisions

Rules:

  1. Import this formatting preset to your IDE, and set it to default for any project related to halotroop.
  2. Always use symmetrical curly braces!
    • If there is only one line of code between them, put them on the same line like this: { code(); }
    • If there are multiple lines between them put them on separate lines like this:
{
	codeHere();
	moreCodeHere();
}
  1. Change your "Organize Imports" preferences to use .* imports after only 2 imports are used, (instead of the ridiculous default 99). Organize Imports preferences on Eclipse
Clone this wiki locally