Closed casperboone closed 7 years ago
See https://github.com/SERG-Delft/jpacman-framework/pull/113.
This PR introduces checkstyle rules to make the type of indentation consistent. The rules disallow the use of tabs (as done in both Google Java Style as Checkstyle Style), because "Developers should not need to configure the tab width of their text editors in order to be able to read source code." (http://checkstyle.sourceforge.net/config_whitespace.html#FileTabCharacter). There are also rules for the number of spaces, based on Checkstyle Style and the current state of the project.
This PR introduces checkstyle rules to make the type of indentation consistent.
The rules disallow the use of tabs (as done in both Google Java Style as Checkstyle Style), because "Developers should not need to configure the tab width of their text editors in order to be able to read source code." (http://checkstyle.sourceforge.net/config_whitespace.html#FileTabCharacter).
There are also rules for the number of spaces, based on Checkstyle Style and the current state of the project.
See https://github.com/SERG-Delft/jpacman-framework/pull/113.