We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbb830 commit a7f34b0Copy full SHA for a7f34b0
.editorconfig
@@ -0,0 +1,16 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+# Unix-style newlines with a newline ending every file
7
+[*]
8
+indent_style = space
9
+indent_size = 2
10
+end_of_line = lf
11
+insert_final_newline = true
12
+trim_trailing_whitespace = true
13
+charset = utf-8
14
15
+[*.md]
16
+indent_size = 4
README.md
@@ -23,7 +23,7 @@ was just a stub and not implemented.
23
## Prerequisites
24
25
* PHP 7.1+
26
-* An account with one of the APIs above
+* An account with one of the API providers above
27
28
## Installation
29
0 commit comments