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:17:57 +02:00
parent 448ba43b46
commit c92f9eacd3
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