Files
releases/format
Torin Sandall f638d624b1 format: Fix formatter to start line after writing comments
The formatter was not starting a new line after writing comments that
preceed an expression. As a result the first part of the expression
written (e.g., "not", function name, "some", etc.) would be written
without any indentation.

Fixes #1560

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2019-08-22 14:48:35 -04:00
..