1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-16 21:08:13 +01:00

Updated editorconfig file (#2666)

* Updated editorconfig file

* Update .editorconfig

* Update .editorconfig
This commit is contained in:
Mponos George 2020-06-07 14:03:56 +03:00 committed by GitHub
parent 5c9c349700
commit 6c23c3cf55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,13 @@ root = true
# Unix-style newlines with a newline ending for every file # Unix-style newlines with a newline ending for every file
# Indent with 4 spaces # Indent with 4 spaces
[php] [*]
charset = utf-8
end_of_line = lf end_of_line = lf
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab