Skip to content

Commit 30b0fac

Browse files
authored
Merge pull request #146 from prismicio/apiv2
Introducing php kit api v2
2 parents adffcec + 6bbea4f commit 30b0fac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1638
-8846
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[.travis.yml]
15+
indent_size = 2

0 commit comments

Comments
 (0)