Skip to content

Commit 1f51ef5

Browse files
committed
initial
1 parent 7d3285e commit 1f51ef5

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
; http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
indent_style = space
8+
indent_size = 2
9+
end_of_line = lf
10+
trim_trailing_whitespace = true
11+
insert_final_newline = true
12+
13+
[*.{go,py,php}]
14+
indent_size = 4
15+
16+
[*.md]
17+
trim_trailing_whitespace = false

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
node_modules/
2+
build/*
3+
.idea/
4+
*.log
5+
*.lock
6+
.DS_Store
7+
Thumbs.db
8+
*~

0 commit comments

Comments
 (0)