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:
parent
5c9c349700
commit
6c23c3cf55
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user