Skip to content

Commit cea55d3

Browse files
authored
Merge pull request #1 from sourceboat/feature/initial_code
Feature/initial code
2 parents 940c5d5 + 6dcd0ff commit cea55d3

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)