puffproject / course-management

Backend microservice for managing courses, assignments and user actions in the puff platform.
MIT License
1 stars 0 forks source link

Add automatic formatter plugin #11

Closed benjaminkostiuk closed 3 years ago

benjaminkostiuk commented 3 years ago

Overview

Adds an automatic formatted that uses the same formatting rules based on eclipse to format source code files. Closes #11

This change is a

Description

Motivation/Links

This will ensure that developers with different styles don't have different styles in the codebases. It also makes the git diffs a little easier to track and read.

How was this tested?

Multiple iterations of testing formatting style changes. No actual code or functionality differences.

Todos