Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 569 Bytes

CODING_STANDARDS.md

File metadata and controls

13 lines (9 loc) · 569 Bytes

Repository Coding Standards

Webapp

This repository is configured with prettier. Run it with npm run format. For linting purposes angular-eslint is configured. Use the eslint plugin for VS Code or for IntelliJ.

Mobile

This project follows the Dart code style:

  • Exception: Line length is extended to 120 characters