Chlumsky/json-cpp-gen

Configurable line endings

Chlumsky opened this issue · 1 comments

Currently the files outputted by the program are always saved with Unix-style line endings (LF). Instead, a global lineEndings setting should be added to configuration with possible values NATIVE, LF, CRLF. and possibly a value representing "same as configuration JSON file", although I'm not sure about the last one.

Also make it possible to configure indentation (tabs / spaces and how many).