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:
parent
b2d7fa8ea8
commit
31f1f271e3
11
.editorconfig
Normal file
11
.editorconfig
Normal 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
|
Loading…
x
Reference in New Issue
Block a user