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

Default line endings #85

Closed
0xc0170 opened this issue Oct 19, 2013 · 1 comment
Closed

Default line endings #85

0xc0170 opened this issue Oct 19, 2013 · 1 comment

Comments

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 19, 2013

While I was working today on gpio irq enable/disable, git issued warning about line endings.

For example file TARGET_LPC176X in HAL has different line endings.

We should consolidate all files, I assume UNIX line endings are default for mbed repositories.

@bogdanm
Copy link
Contributor

bogdanm commented Oct 21, 2013

Hi Martin,

On Sat, Oct 19, 2013 at 11:37 PM, Martin Kojtal notifications@github.comwrote:

While I was working today on gpio irq enable/disable, git issued warning
about line endings.

For example file TARGET_LPC176X in HAL has different line endings.

We should consolidate all files, I assume UNIX line endings are default
for mbed repositories.

We've thought about this, but unfortunately there's no way to enforce it,
so it would be mostly pointless. There isn't an official line ending style,
people are free to use any line endings they want locally, but the files
always get checked in UNIX style and checked out native (CR/LF or LF) style
(see .gitattributes). This isn't ideal, but apparently there is no ideal
solution to this.

Best,
Bogdan


Reply to this email directly or view it on GitHubhttps://github.com//issues/85
.

@emilmont emilmont closed this as completed Nov 5, 2013
bridadan pushed a commit that referenced this issue Jun 21, 2016
artokin pushed a commit to artokin/mbed-os that referenced this issue Nov 29, 2017
… from 471121d..29bfb78

29bfb78 Add apache license to Makefiles and scripts (ARMmbed#85)

git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service
git-subtree-split: 29bfb78
artokin pushed a commit to artokin/mbed-os that referenced this issue Nov 5, 2018
9eaf0d1 Add documentation on how to change trace level. (ARMmbed#85)

git-subtree-dir: features/frameworks/mbed-trace
git-subtree-split: 9eaf0d146f0804a700aafbbd896f02c1acaaae66
yossi2le pushed a commit to yossi2le/mbed-os that referenced this issue Jan 2, 2019
artokin pushed a commit to artokin/mbed-os that referenced this issue Feb 25, 2019
…c358..dd98c37

dd98c37 Merge pull request ARMmbed#85 from ARMmbed/sync_with_MbedOS
8418f4c (via Mbed OS) Add missing mbed_lib.json for frameworks and nanostack
eb0692e Merge pull request ARMmbed#84 from ARMmbed/nslist_iar7
7ce58bf Support C++03 compilers that cannot return properly-typed pointers.
2775dce Merge pull request ARMmbed#83 from ARMmbed/IOTTHD-3187
fef3c6d Remove references to yotta
a953636 Avoid memcmp(x, NULL, 0)
1de4b47 (split) Fix C++11 build with Arm Compiler 6 (ARMmbed#79)

git-subtree-dir: features/frameworks/nanostack-libservice
git-subtree-split: dd98c37c363acd0b6547ca59adc735ee52b2a7b1
linlingao added a commit to linlingao/mbed-os that referenced this issue Jul 12, 2019
Fix return code when there's no data to receive
Jookia pushed a commit to Jookia/mbed-os that referenced this issue Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants