7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-24 20:53:45 +00:00

Set .kicad_mod and some others to text in .gitattributes

Having the type set to 'text' rather than 'text=auto' enforces git
to always normalize line endings on those files.
This commit is contained in:
Mojca Miklavec 2024-10-29 08:50:47 +01:00
parent fff5ba569c
commit 02e444a5d0

6
.gitattributes vendored
View File

@ -1 +1,5 @@
*.kicad_mod text=auto
*.kicad_mod text
*.md text
*.txt text
*.cmake.in text
.gitattributes text