Skip to content

Commit 091bbe7

Browse files
author
Philipp Kübler
committedNov 28, 2018
init commit
1 parent 940c5d5 commit 091bbe7

26 files changed

+6021
-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)
Please sign in to comment.