Force LF (#24)

This commit is contained in:
AbdBarho 2022-09-03 06:59:16 +02:00 committed by GitHub
parent bae3590980
commit ce4e190f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 7 deletions

9
.editorconfig Normal file
View file

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