This is kind of a best practice. .gitattributes does end of line normalisation/conversion helping especially if the repository is contributed into from multiple platforms or if .editorconfig specifies end of line.
The .editorconfig should be self-explanatory, but it affects many text editors including the Forǧejo integrated one and my goal with it is to reduce the flapping no newline at end of file, which can be seen in e.g. #25 against my wishes.
This is kind of a best practice. `.gitattributes` does end of line normalisation/conversion helping especially if the repository is contributed into from multiple platforms or if `.editorconfig` specifies end of line.
- https://git-scm.com/docs/gitattributes#_end_of_line_conversion
The `.editorconfig` should be self-explanatory, but it affects many text editors including the Forǧejo integrated one and my goal with it is to reduce the flapping `no newline at end of file`, which can be seen in e.g. #25 against my wishes.