Skip to content

Commit 4098591

Browse files
committed
Merge branch 'release/1.0.0'
2 parents 940c5d5 + cea55d3 commit 4098591

26 files changed

+6025
-2
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_size = 2
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.php]
12+
indent_size = 4
13+
14+
[*.md]
15+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)