Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce unix line endings #794

Closed
elBoberido opened this issue May 14, 2021 · 0 comments · Fixed by #790
Closed

Enforce unix line endings #794

elBoberido opened this issue May 14, 2021 · 0 comments · Fixed by #790
Assignees
Labels
technical debt unclean code and design flaws

Comments

@elBoberido
Copy link
Member

elBoberido commented May 14, 2021

Brief feature description

All files in our code base should have the same line endings.

Detailed information

In order to prevent accidentally use windows line endings which might result in a large diff at a later time, all file shall have the unix line ending. This can be done by a .gitattributes file

@elBoberido elBoberido added the technical debt unclean code and design flaws label May 14, 2021
@elBoberido elBoberido self-assigned this May 14, 2021
@elBoberido elBoberido changed the title Enforce unix file endings Enforce unix line endings May 14, 2021
elBoberido added a commit to ApexAI/iceoryx that referenced this issue May 14, 2021
Signed-off-by: Mathias Kraus <mathias.kraus@apex.ai>
elBoberido added a commit to elBoberido/iceoryx that referenced this issue May 14, 2021
Signed-off-by: Mathias Kraus <mathias.kraus@apex.ai>
elBoberido added a commit to elBoberido/iceoryx that referenced this issue May 14, 2021
Signed-off-by: Mathias Kraus <mathias.kraus@apex.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt unclean code and design flaws
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant