Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 987 Bytes

File metadata and controls

8 lines (7 loc) · 987 Bytes

java-code-conventions

This repository stores the shared IDE settings for Wearsafe, for .vscode and .settings (eclipse)

  1. .settings contains the eclipse settings for the project. These are stored in the repository, and should be imported into eclipse when the project is cloned.
  2. .editorconfig contains the EditorConfig settings for the project.
    1. Eclipse users should install the plugin EditorConfig which will automatically import the settings from the file.
    2. VSCode users should install the plugin EditorConfig for VS Code which will automatically import the settings from the file.
  3. config contains the checkstyle rules used by the project. These are stored in the repository, and should be imported into eclipse when the project is cloned.