add minimal .{editorconfig,gitattributes} for line normalisation

This may avoid unintentional changes if anyone uses Windows
This commit is contained in:
Aminda Suomalainen ⚧ 2023-02-12 15:18:48 +02:00
parent c42d4aa14a
commit 97c0f4ea75
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 6 additions and 0 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto