0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Merge pull request #2799 from chapeupreto/add-editorconfig

Add .editorconfig file
This commit is contained in:
Marcus Bointon 2023-11-23 09:22:25 +01:00 committed by GitHub
commit 718eebd676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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