Added editorconfig configuration (#6347)

This commit is contained in:
SamTV12345 2024-04-23 07:04:30 +02:00 committed by GitHub
parent d07351f061
commit 04e39a38b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
# editorconfig-tools is unable to ignore longs strings or urls
max_line_length = off
[CHANGELOG.md]
indent_size = 4
[*.bat]
end_of_line = crlf