Question
CubeMX, Line ends in generated code
Posted on January 02, 2016 at 20:08
Using CubeMX eclipse plugin under linux.
The generated source code has windows style CR-LF lineends, what's very uncommon for this OS (and even for Mac OSX). This issue heavily bothers post processing tools which might working on the generated code (e.g. grep, awk, perl, …). Could ST please change the code generation to have OS styled lineends (for Linux & OSX, this means LF without CR)? Further, it would be nice, if the generated code comes without trailing whitespace. Cheers, Joe