0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-19 17:42:14 +02:00

Add .editorconfig file

See: https://editorconfig.org/
This commit is contained in:
Rod Elias 2022-10-13 19:04:21 -03:00
parent 12bb746eff
commit 7e7a1a05e0
No known key found for this signature in database
GPG Key ID: 15BA711A08C2CF24

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2