Skip to content

Commit ed76cbf

Browse files
authored
Merge pull request #29 from dconco/dev
Dev
2 parents 58a11d6 + 66549be commit ed76cbf

File tree

3 files changed

+1222
-1110
lines changed

3 files changed

+1222
-1110
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
indent_style = tab
8+
indent_size = 3
9+
end_of_line = crlf
10+
charset = utf-8
11+
trim_trailing_whitespace = false
12+
insert_final_newline =true
13+
insert_final_newline = false

0 commit comments

Comments
 (0)