Skip to content

refactor: Unify line endings

Reinhard Biegel requested to merge 80-agreement-on-line-ending-style into develop

Implements git EOL settings discussed in #80 (closed)

  • Added .gitattributes for unified EOL format
  • Applied git add --renormalize .
  • Fixed conanfile.txt parsing for thirdParty compilation
  • Secured by CI check

still missing:

  • IDE settings for newline at end of file, trimming of empty lines, trailing whitespace, tabs vs. spaces
Edited by Reinhard Biegel

Merge request reports