Skip to content

FRC4607/Styleguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Styleguide

We are using a modified version of the Google Styleguide and the Checkstyle for Java extension to lint our Java files.

Usage

  1. Install the Checkstyle for Java extension and add styleguide-frc4607.xml to the project directory
  2. Add/modify the following in .vscode/settings.json
"[java]": {
    "editor.tabSize": 4,
    "editor.detectIndentation": false,
    "editor.insertSpaces": true
},
"editor.formatOnSave": false,
"java.checkstyle.configuration": "${workspaceFolder}/styleguide-frc4607.xml",
"java.checkstyle.version": "10.3",
  1. (Optional) Add the Code Spell Checker extension.

About

This linting is based off of the Google Style Guide modified to our liking.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors