Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 632 Bytes

CODING_STANDARDS.md

File metadata and controls

17 lines (11 loc) · 632 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

Mock XML Files

  • Line length is extended to 160 characters