Skip to content

Commit a7f34b0

Browse files
committed
Add .editorconfig
1 parent 6cbb830 commit a7f34b0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ was just a stub and not implemented.
2323
## Prerequisites
2424

2525
* PHP 7.1+
26-
* An account with one of the APIs above
26+
* An account with one of the API providers above
2727

2828
## Installation
2929

0 commit comments

Comments
 (0)