Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 429 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 429 Bytes

vsplf-tools:

Provide development standard rules and miscellaneous tools for all VSF projects.

For checking development standards: checkstyle, pmd, find bugs rules...

  • checkstyle:
    • Use Sun's coding convention from checkstyle's config
    • Overriding or Adding rules:
      • Use 100 line length characters instead of 80.
      • Use 2 space characters for indentation (basicOffset and caseIndent) instead of 4.