1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-01-16 20:28:23 +01:00

Add .editorconfig file (#1768)

See: https://editorconfig.org/
This commit is contained in:
Rod Elias 2022-10-14 12:01:04 -03:00 committed by GitHub
parent 6a28e9d41a
commit 1387e02612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

12
.editorconfig Normal file
View File

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

1
.gitattributes vendored
View File

@ -5,3 +5,4 @@
/phpunit.xml.dist export-ignore
/_config.yml export-ignore
/UPGRADE.md
/.editorconfig export-ignore