1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-04-22 07:32:41 +02:00

Add editor config

Configure indent style and spaces across different editors. This should
make contributions a tiny bit easier.
This commit is contained in:
Ivan Kerin 2015-04-03 09:28:22 +03:00
parent b2d7fa8ea8
commit 31f1f271e3

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending for every file
# Indent with 4 spaces
[php]
end_of_line = lf
indent_style = space
indent_size = 4