Copy over editorconfig and set line ending to LF (#1494)

This commit is contained in:
Micha Reiser 2024-02-16 15:44:56 +01:00 committed by GitHub
parent 67cde15420
commit 1ed6ba0ba0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
indent_style = space
insert_final_newline = true
indent_size = 2

1
.gitattributes vendored Normal file
View File

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