-
The `ring` package is published on crates.io without git information, because it includes files that are not part of the repository. I would be better if all the files that are on crates.io were also …
-
Trying to install using Getit into C++ Builder Athens 12.1 gives the error
OrpheusCR.cpp(1): Line endings are LF, but RAD Studio requires CRLF. Consider converting or check your source control settin…
-
# Context
The source code is using ASCII encoding with CRLF (windows) end of lines. When looking at diff, you find those characters `^M`, e.g.
![2022-06-10_970x519](https://user-images.githubuserc…
-
I'm aiming to handle LF conversion issues (fixing a repo where text files have wrong CRLF) and have examined issue #122.
The approach, however, is not exactly what I need, because the lint-history co…
-
Hi @RogerioTonini,
It seems like there is a small issue with your repo named [EXCEL-VBA](https://github.com/RogerioTonini/EXCEL-VBA).
Currently, it is marked as a Visual Basic .NET repo since more th…
-
I can't imagine any potential breakage here, unless you're modifying the source (which we don't support).
GitHub now supports Luau, so nothing needs to be added to `.gitattributes`, and this also m…
-
### Describe the bug
I'm experiencing a build error while attempting to compile the eBPF for Windows project using Visual Studio 2022. The errors persist despite disabling the warnings-as-errors sett…
-
Switching between macOS and Windows, I rely on `.gitattributes` to perform end-of-line normalization for my source files. It is useful to have an option to disable the `CR` check and let `.gitattribut…
-
This is more a feature request than a bug but I didn't find where to add a feature request.
Related to https://github.com/mesonbuild/meson/issues/3081 but here explicitly without Git.
I understo…
-
When creating a new project with Pharo/Iceberg the git attributes should be set to Smalltalk by creating
a file **.gitattributes** with the following contents
```
*.st linguist-language=Smalltalk…