Skip to content

Add (and apply?) a consistent code style template #115

Description

@rzats

Currently most of the game's older code uses a mostly consistent but unconventional codestyle (2-space indentation, one-line if blocks and several other subtle issues), while the newer (or recently modified) classes tend to use IDEA's default style template. It would be nice to switch the entire project to a consistent codestyle, preferably Terasology's existing template.

Checklist

  • Add Terasology's code style file to the project.
  • Apply it as an IDE default via gradle.
  • Push a commit applying the code style to the entire project. Ideally all current pending contributions will be pushed before this so that they don't run into an overcomplicated git merge.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions