nasa / EdsLib

CCSDS SOIS Electronic Data Sheet Tool and Library
Apache License 2.0
31 stars 12 forks source link

Correct extra whitespace and line-endings #39

Closed jphickey closed 1 year ago

jphickey commented 1 year ago

Is your feature request related to a problem? Please describe. Many source files in EdsLib have trailing whitespace on lines. This can create extra "diffs" and possible merge conflicts when used with editors that clean this type of thing up.

Describe the solution you'd like All text files (C source, Lua, Python, XML, etc) should be scrubbed for line ending white space to avoid nuisance changes.

Describe alternatives you've considered Someday might consider adding clang-format to the C code, but not at this time.

Requester Info Joseph Hickey, Vantage Systems, Inc.