mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-04-28 03:45:29 +00:00
e57834fe1d
The `.gitattributes` configuration requires everything that is detected as text to have `lf` line endings even when checked out. The [`.editorconfig` configures capable text editors](https://editorconfig.org/#pre-installed) to * use `lf` line endings * remove trailing whitespace (with the exception of markdown files where it's valid way to end a paragraph?) * insert a newline at end of file * use the utf-8 charset * use 4 spaces for indenting (instead of tabs) while within this repository. Signed-off-by: Aminda Suomalainen Signed-off-by: Aminda Suomalainen <suomalainen+git@mikaela.info>
2 lines
19 B
Plaintext
2 lines
19 B
Plaintext
* text=auto eol=lf
|