Skip to content

Commit b3775c2

Browse files
author
Derek Jones
committed
setting up repo
0 parents  commit b3775c2

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.editorconfig

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
9+
[*.{php,js,css,json,xml,json}]
10+
indent_style = tab
11+
indent_size = 4
12+
13+
[*.md]
14+
indent_style = space
15+
indent_size = 4
16+
trim_trailing_whitespace = false
17+
18+
[*.{rst,rb,yml},package.json]
19+
indent_style = space
20+
indent_size = 2

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
vendor

0 commit comments

Comments
 (0)