Browse Source

Saving files before refreshing line endings

release-4.2.3
Brown.Z 2 years ago
parent
commit
4520fab435
  1. 15
      .gitattributes
  2. 2
      modules/ChibiOS
  3. 2
      modules/DroneCAN/DSDL
  4. 2
      modules/DroneCAN/dronecan_dsdlc
  5. 2
      modules/DroneCAN/libcanard
  6. 2
      modules/DroneCAN/pydronecan
  7. 2
      modules/gtest
  8. 2
      modules/mavlink
  9. 2
      modules/uavcan

15
.gitattributes vendored

@ -10,3 +10,18 @@
*.bin binary linguist-generated *.bin binary linguist-generated
*.elf binary linguist-generated *.elf binary linguist-generated
*.hex binary linguist-generated *.hex binary linguist-generated
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary

2
modules/ChibiOS

@ -1 +1 @@
Subproject commit 38022f4fe00e08cfaae32147c40861c5362e6e0a Subproject commit d26621099b3918c097e3fe7047c0c7999b2d7fd7

2
modules/DroneCAN/DSDL

@ -1 +1 @@
Subproject commit 6bf9a446e553985a4eeaa7c1fb478a0a2253d8a1 Subproject commit c09dac9dd35133edc8ba08f59b71c64d0e6328bd

2
modules/DroneCAN/dronecan_dsdlc

@ -1 +1 @@
Subproject commit 285a56e82741886b2bc7a5878d907aa443337cd8 Subproject commit c00fc457e22c0b71e3a385f092b519830ef58ea2

2
modules/DroneCAN/libcanard

@ -1 +1 @@
Subproject commit 95cb5c3b23f5b4b049eac57631b127ed6a2247dc Subproject commit 8e66f733981c8acb5bed67d57b0079238e611cfa

2
modules/DroneCAN/pydronecan

@ -1 +1 @@
Subproject commit 4c5b1eb297eadb78ea14f582ccb2b7b4343b9483 Subproject commit 8fb1b18ab3250695d85fe2943dfc68e8b45024b7

2
modules/gtest

@ -1 +1 @@
Subproject commit 10b1902d893ea8cc43c69541d70868f91af3646b Subproject commit c5fed93f941865a0e912e9baf46ded713506590a

2
modules/mavlink

@ -1 +1 @@
Subproject commit de9f545feef2f28dd56f87a1d3c2670b7d7a0e9b Subproject commit 60c48d29c63875362cd3c4ee2ff7f08271c5a43f

2
modules/uavcan

@ -1 +1 @@
Subproject commit de3174b0f3aa9f55bc8ddfa1e7736c6a465cda18 Subproject commit 5eec0220302dfaa23602d7ee901cde0579fbf9e2
Loading…
Cancel
Save