# Style Guide

## General rules

- Maximal line length is limited to 80 characters.

## Easy to read Function calls

- Function calls and similar expressions
  are separated from the expression.
